From ad41bb168b234842d5d2e1a5e55e86df5b3291dd Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 01:41:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 8e71429..51cdd5d 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -1420,8 +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 + 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 }