From f87232c3a2b2ea6b25595f6a5e91403d03002d15 Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 01:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bin/ZeroWrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- bin/ZeroWrt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 20d6663..b964e66 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -1420,6 +1420,8 @@ istore_style() { chmod -R 777 /www/luci-static/argon/iconfont.woff chmod -R 777 /www/luci-static/argon/iconfont.woff2 curl -s https://script.kejizero.online/Customize/argon/easeicon.css >> /www/luci-static/argon/css/cascade.css + sed -i 's/https://www.istoreos.com/https://www.kejizero.online/' /www/luci-static/quickstart/index.js + sed -i 's/iStoreOS/探索无限' /www/luci-static/quickstart/index.js read -p "$([[ "$LANG_CHOICE" == "zh" ]] && echo "按 Enter 键返回主菜单..." || echo "Press Enter to return to main menu...")" show_menu }