From 5d9fcf46d2c107efee8c233f233db5a6a8e913ca Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 1 Jun 2024 14:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B=E7=BD=91?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 2 +- web/public/js/components.js | 2 +- web/public/js/components.src.js | 2 +- web/public/js/components/server/server-name-box.js | 2 +- web/views/@default/@footer.html | 2 +- web/views/@default/setup/mysql/installPopup.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d96a0818..61a81438 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ ENV ROOT_DIR /usr/local/goedge ENV TAR_FILE edge-admin-linux-amd64-plus-v${VERSION}.zip # remote official repository -ENV TAR_URL "https://dl.goedge.cn/edge/v${VERSION}/edge-admin-linux-amd64-plus-v${VERSION}.zip" +ENV TAR_URL "https://dl.goedge.cloud/edge/v${VERSION}/edge-admin-linux-amd64-plus-v${VERSION}.zip" # your local repository #ENV TAR_URL "http://192.168.2.61:8080/edge-admin-linux-amd64-plus-v${VERSION}.zip" diff --git a/web/public/js/components.js b/web/public/js/components.js index 54b380c6..a175938f 100644 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -2864,7 +2864,7 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio

拖动左侧的图标可以对重写规则进行排序。

-`}),Vue.component("http-rewrite-labels-label",{props:["v-class"],template:''}),Vue.component("server-name-box",{props:["v-server-names"],data:function(){let e=this.vServerNames;return{serverNames:e=null==e?[]:e,isSearching:!1,keyword:""}},methods:{addServerName:function(){window.UPDATING_SERVER_NAME=null;let t=this;teaweb.popup("/servers/addServerNamePopup",{callback:function(e){e=e.data.serverName;t.serverNames.push(e),setTimeout(t.submitForm,100)}})},removeServerName:function(e){this.serverNames.$remove(e)},updateServerName:function(t,e){window.UPDATING_SERVER_NAME=teaweb.clone(e);let i=this;teaweb.popup("/servers/addServerNamePopup",{callback:function(e){e=e.data.serverName;Vue.set(i.serverNames,t,e),setTimeout(i.submitForm,100)}})},showSearchBox:function(){if(this.isSearching=!this.isSearching,this.isSearching){let e=this;setTimeout(function(){e.$refs.keywordRef.focus()},200)}else this.keyword=""},allServerNames:function(){if(null==this.serverNames)return[];let t=[];return this.serverNames.forEach(function(e){null!=e.subNames&&0 +`}),Vue.component("http-rewrite-labels-label",{props:["v-class"],template:''}),Vue.component("server-name-box",{props:["v-server-names"],data:function(){let e=this.vServerNames;return{serverNames:e=null==e?[]:e,isSearching:!1,keyword:""}},methods:{addServerName:function(){window.UPDATING_SERVER_NAME=null;let t=this;teaweb.popup("/servers/addServerNamePopup",{callback:function(e){e=e.data.serverName;t.serverNames.push(e),setTimeout(t.submitForm,100)}})},removeServerName:function(e){this.serverNames.$remove(e)},updateServerName:function(t,e){window.UPDATING_SERVER_NAME=teaweb.clone(e);let i=this;teaweb.popup("/servers/addServerNamePopup",{callback:function(e){e=e.data.serverName;Vue.set(i.serverNames,t,e),setTimeout(i.submitForm,100)}})},showSearchBox:function(){if(this.isSearching=!this.isSearching,this.isSearching){let e=this;setTimeout(function(){e.$refs.keywordRef.focus()},200)}else this.keyword=""},allServerNames:function(){if(null==this.serverNames)return[];let t=[];return this.serverNames.forEach(function(e){null!=e.subNames&&0
diff --git a/web/public/js/components.src.js b/web/public/js/components.src.js index 1161e98a..46f81c86 100755 --- a/web/public/js/components.src.js +++ b/web/public/js/components.src.js @@ -8137,7 +8137,7 @@ Vue.component("server-name-box", { return result }, submitForm: function () { - Tea.runActionOn(this.$refs.serverNamesRef.form) + //Tea.runActionOn(this.$refs.serverNamesRef.form) } }, watch: { diff --git a/web/public/js/components/server/server-name-box.js b/web/public/js/components/server/server-name-box.js index 9bb84a05..0ac01536 100644 --- a/web/public/js/components/server/server-name-box.js +++ b/web/public/js/components/server/server-name-box.js @@ -73,7 +73,7 @@ Vue.component("server-name-box", { return result }, submitForm: function () { - Tea.runActionOn(this.$refs.serverNamesRef.form) + //Tea.runActionOn(this.$refs.serverNamesRef.form) } }, watch: { diff --git a/web/views/@default/@footer.html b/web/views/@default/@footer.html index 4a81ff8d..6daeaf36 100644 --- a/web/views/@default/@footer.html +++ b/web/views/@default/@footer.html @@ -4,6 +4,6 @@ 文档 GitHub 提Bug - + 企业版
\ No newline at end of file diff --git a/web/views/@default/setup/mysql/installPopup.html b/web/views/@default/setup/mysql/installPopup.html index b9620206..df0f3bd4 100644 --- a/web/views/@default/setup/mysql/installPopup.html +++ b/web/views/@default/setup/mysql/installPopup.html @@ -24,7 +24,7 @@ 可以在你要安装MySQL的服务器上运行以下命令(目前仅支持Linux系统和X86架构服务器,安装后的MySQL版本是8.x.x): - sudo sh -c "$(wget https://goedge.cloud/install-mysql.sh -O -)" + sudo sh -c "$(wget https://goedge.cn/install-mysql.sh -O -)"