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 }