@@ -43,11 +48,12 @@ import { ElMessage } from 'element-plus';
import { computed,reactive, watch } from 'vue'
import { Delete,Plus,Top,Bottom } from '@element-plus/icons-vue';
import { useI18n } from 'vue-i18n';
+import Sync from '../sync/Index.vue'
export default {
label:'打洞协议',
name:'transports',
order:2,
- components:{Delete,Plus,Top,Bottom},
+ components:{Delete,Plus,Top,Bottom,Sync},
setup(props) {
const {t} = useI18n();
const globalData = injectGlobalData();
diff --git a/src/linker/linker.csproj b/src/linker/linker.csproj
index 715f39d2..25716bec 100644
--- a/src/linker/linker.csproj
+++ b/src/linker/linker.csproj
@@ -20,9 +20,14 @@
linker
snltty
snltty
-
1. 修复litedb抢锁超时导致客户端登录失败问题
-2. 同步信标服务器
-3. 其它一些修复优化
+
1. 优化linux下路由跟踪问题
+2. 优化linux下获取本机IP问题
+3. 增加ICS,让win7+、win server2008+支持NAT
+4. 增加中继卡密
+5. 增加内外穿透定时开关功能
+6. 优化管理页面连接接口的体验
+7. 优化一些UI体验,去除同步页面,将同步功能放置各个实际的位置
+8. 其它一些修复优化
snltty
https://github.com/snltty/linker
https://github.com/snltty/linker
diff --git a/version.txt b/version.txt
index 138d5783..3621b243 100644
--- a/version.txt
+++ b/version.txt
@@ -1,5 +1,10 @@
v1.6.9
-2025-03-01 02:24:18
-1. 修复litedb抢锁超时导致客户端登录失败问题
-2. 同步信标服务器
-3. 其它一些修复优化
\ No newline at end of file
+2025-03-02 17:55:03
+1. 优化linux下路由跟踪问题
+2. 优化linux下获取本机IP问题
+3. 增加ICS,让win7+、win server2008+支持NAT
+4. 增加中继卡密
+5. 增加内外穿透定时开关功能
+6. 优化管理页面连接接口的体验
+7. 优化一些UI体验,去除同步页面,将同步功能放置各个实际的位置
+8. 其它一些修复优化
\ No newline at end of file