diff --git a/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx b/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx index b1618bf98..d8a397863 100644 --- a/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx @@ -33,7 +33,10 @@ import { img31, img32, img33, - img34 + img34, + img35, + img36, + img37 } from './imgs'; interface Props { @@ -87,5 +90,8 @@ const icons: { [id: number]: Icon; } = { 31: { image: img31, imageTitle: "AdGuard Home" }, 32: { image: img32, imageTitle: "AdNauseam" }, 33: { image: img33, imageTitle: "Legacy Unix derivatives" }, - 34: { image: img34, imageTitle: "Windows command line" } -}; + 34: { image: img34, imageTitle: "Windows command line" }, + 35: { image: img35, imageTitle: "Shadowsocks" }, + 36: { image: img36, imageTitle: "ShadowsocksR" }, + 37: { image: img37, imageTitle: "Shadowrocket" } +}; \ No newline at end of file diff --git a/src/FilterLists.Web/src/components/softwareCloud/imgs/35-Shadowsocks.png b/src/FilterLists.Web/src/components/softwareCloud/imgs/35-Shadowsocks.png new file mode 100644 index 000000000..62cc490d4 Binary files /dev/null and b/src/FilterLists.Web/src/components/softwareCloud/imgs/35-Shadowsocks.png differ diff --git a/src/FilterLists.Web/src/components/softwareCloud/imgs/36-ShadowsocksR.png b/src/FilterLists.Web/src/components/softwareCloud/imgs/36-ShadowsocksR.png new file mode 100644 index 000000000..9e0e2e76f Binary files /dev/null and b/src/FilterLists.Web/src/components/softwareCloud/imgs/36-ShadowsocksR.png differ diff --git a/src/FilterLists.Web/src/components/softwareCloud/imgs/37-Shadowrocket.png b/src/FilterLists.Web/src/components/softwareCloud/imgs/37-Shadowrocket.png new file mode 100644 index 000000000..816f0fd51 Binary files /dev/null and b/src/FilterLists.Web/src/components/softwareCloud/imgs/37-Shadowrocket.png differ diff --git a/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts b/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts index ecb632bbf..6d65459c3 100644 --- a/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts +++ b/src/FilterLists.Web/src/components/softwareCloud/imgs/index.ts @@ -31,6 +31,9 @@ import img31 from './31-AdGuard-Home.png'; import img32 from './32-AdNauseam.png'; import img33 from './33-Legacy-Unix-Derivatives.png'; import img34 from './34-Windows-command-line.png'; +import img35 from './35-Shadowsocks.png'; +import img36 from './36-ShadowsocksR.png'; +import img37 from './37-Shadowrocket.png'; export { img01, @@ -65,5 +68,8 @@ export { img31, img32, img33, - img34 + img34, + img35, + img36, + img37 }; \ No newline at end of file