diff --git a/linker.web/src/views/full/install/Common.vue b/linker.web/src/views/full/install/Common.vue index 20aff56c..41f8abe3 100644 --- a/linker.web/src/views/full/install/Common.vue +++ b/linker.web/src/views/full/install/Common.vue @@ -1,7 +1,7 @@ @@ -15,8 +15,8 @@ export default { const step = inject('step'); const state = reactive({ form: { - client:true,//step.value.form.common.client || (step.value.json.Common && step.value.json.Common.client) || false, - server:false,//step.value.form.common.server || (step.value.json.Common && step.value.json.Common.server) || false, + client:step.value.form.common.client || (step.value.json.Common && step.value.json.Common.client) || true, + server:step.value.form.common.server || (step.value.json.Common && step.value.json.Common.server) || false, } }); const handleValidate = (prevJson) => { diff --git a/linker.web/src/views/full/install/Index.vue b/linker.web/src/views/full/install/Index.vue index 73126bbe..c9774da0 100644 --- a/linker.web/src/views/full/install/Index.vue +++ b/linker.web/src/views/full/install/Index.vue @@ -13,13 +13,13 @@ - - + + + +
完成保存后,请重启软件
@@ -48,7 +48,7 @@ export default { const state = reactive({ show: globalData.value.config.Common.Install == false, steps:['选择模式', - // '服务端', + '服务端', '客户端', '完成'] }); diff --git a/version.txt b/version.txt index 2407cb7d..5790948a 100644 --- a/version.txt +++ b/version.txt @@ -1,5 +1,5 @@ v1.4.2 -2024-09-24 00:50:43 +2024-09-24 00:52:36 1. 优化服务器代理穿透,延长UDP超时时间,优化穿透添加逻辑 2. 当提示端口被占用时,可以稍等一段时间再尝试启动穿透 3. 优化配置同步 \ No newline at end of file