调整代码顺序

This commit is contained in:
悟空的日常镜像仓库 2025-05-20 09:33:39 +08:00
parent e9c97af629
commit 21ff380553

View File

@ -352,6 +352,7 @@ update_luci_app_quickstart() {
opkg install iptables-mod-tproxy opkg install iptables-mod-tproxy
opkg install iptables-mod-socket opkg install iptables-mod-socket
opkg install iptables-mod-iprange opkg install iptables-mod-iprange
hide_homepage_format_button
yellow "恭喜您!现在你的路由器已经变成iStoreOS风格啦!" yellow "恭喜您!现在你的路由器已经变成iStoreOS风格啦!"
green "现在您可以访问8080端口 查看是否生效 http://192.168.8.1:8080" green "现在您可以访问8080端口 查看是否生效 http://192.168.8.1:8080"
green "更多up主项目和动态 请务必收藏我的导航站 https://tvhelper.cpolar.top " green "更多up主项目和动态 请务必收藏我的导航站 https://tvhelper.cpolar.top "
@ -397,7 +398,6 @@ do_install_argon_skin() {
uci set luci.main.mediaurlbase='/luci-static/argon' uci set luci.main.mediaurlbase='/luci-static/argon'
uci set luci.main.lang='zh_cn' uci set luci.main.lang='zh_cn'
uci commit uci commit
hide_homepage_format_button
echo "重新登录web页面后, 查看新主题 " echo "重新登录web页面后, 查看新主题 "
else else
echo "argon主题 安装失败! 建议再执行一次!再给我一个机会!事不过三!" echo "argon主题 安装失败! 建议再执行一次!再给我一个机会!事不过三!"