From aad8e8a9bf404c5f7eb04f9d8f7a2d0705ae2edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Fri, 3 Jan 2025 11:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=928080=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gl-inet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl-inet.sh b/gl-inet.sh index a6ac470..f5ba24b 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -360,7 +360,7 @@ update_luci_app_quickstart() { yellow "恭喜您!现在你的路由器已经变成iStoreOS风格啦!" green "如果没有首页和网络向导,可以执行第8项 更新luci_app_quickstart" addr_hostname=$(uci get system.@system[0].hostname) - green "您可以登录网页 查看是否生效 http://${addr_hostname}.local/cgi-bin/luci" + green "您可以访问8080端口 查看是否生效 http://192.168.8.1:8080" else red "请先执行第一项 一键iStoreOS风格化" fi