File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
# ZeroTier for KSU
2
2
3
+ [ ![ GitHub Release] ( https://img.shields.io/github/v/release/powerAn2020/ZeroTierForKSU )] ( https://github.com/powerAn2020/ZeroTierForKSU/releases )
4
+ [ ![ GitHub Download] ( https://img.shields.io/github/downloads/powerAn2020/ZeroTierForKSU/total )] ( https://github.com/powerAn2020/ZeroTierForKSU/releases )
5
+
3
6
基于KSU WEBUI实现的Zertier客户端,同时支持部分zerotier服务端功能。
4
7
Magisk需要搭配[ 5ec1cff/KsuWebUIStandalone] ( https://github.com/5ec1cff/KsuWebUIStandalone ) 使用。
5
- ~~ 自1.14.0之后KSU版本需要在` 11928 ` 以上才能正常使用UI~~
8
+
9
+ 自1.14.0之后KSU版本需要在` 11928 ` 以上才能正常使用UI
6
10
7
11
## BUG
8
12
@@ -15,7 +19,7 @@ Magisk需要搭配[5ec1cff/KsuWebUIStandalone](https://github.com/5ec1cff/KsuWeb
15
19
## TODO
16
20
17
21
1 . [x] 流水线增加自定义zerotier版本编译。[ ~~ 据说1.8.9版本没有zt切换网络导致全局断网的问题~~ ] ( https://github.com/eventlOwOp/zerotier-magisk/issues/7#issuecomment-2069526989 ) ,经过测试,依然复现,而且还有漏洞,官方推荐1.12.x版本以上有安全补丁,别降级了。
18
- 2 . [X ] 增加管理页面,需要自行准备[ API Token] ( https://docs.zerotier.com/api/tokens/#zerotier-central-token )
22
+ 2 . [x ] 增加管理页面,需要自行准备[ API Token] ( https://docs.zerotier.com/api/tokens/#zerotier-central-token )
19
23
3 . [x] 国际化
20
24
21
25
## 免责声明
Original file line number Diff line number Diff line change 22
22
<router-view v-slot =" { Component }" >
23
23
<component ref =" routerViewRef" :is =" Component" :theme =" theme" />
24
24
</router-view >
25
- <div style =" height : 0.1rem ;" ></div >
25
+ <div style =" height : 0.1rem ;padding-bottom : 50 px ; " ></div >
26
26
<van-tabbar route safe-area-inset-bottom >
27
27
<van-tabbar-item replace to =" /" icon =" home-o" >{{ t('common.dash') }}</van-tabbar-item >
28
28
<van-tabbar-item replace to =" /peers" icon =" friends-o" >{{ t('common.peers') }}</van-tabbar-item >
Original file line number Diff line number Diff line change @@ -157,11 +157,11 @@ const newAdd = (index) => {
157
157
readonly .value = true ;
158
158
const editObj = JSON .parse (JSON .stringify (items[index]));
159
159
info .allowDNS = editObj .allowDNS ,
160
- info .allowDefault = editObj .allowDefault ,
161
- info .allowManaged = editObj .allowManaged ,
162
- info .allowGlobal = editObj .allowGlobal ,
163
- info .name = editObj .name ,
164
- info .id = editObj .id
160
+ info .allowDefault = editObj .allowDefault ,
161
+ info .allowManaged = editObj .allowManaged ,
162
+ info .allowGlobal = editObj .allowGlobal ,
163
+ info .name = editObj .name ,
164
+ info .id = editObj .id
165
165
} else {
166
166
readonly .value = false ;
167
167
reset ()
You can’t perform that action at this time.
0 commit comments