Merge pull request #81 from bjdgyc/dev

Dev
This commit is contained in:
bjdgyc 2022-02-15 15:44:31 +08:00 committed by GitHub
commit 9a712ca489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 98 additions and 15484 deletions

View File

@ -3,5 +3,5 @@ package base
const ( const (
APP_NAME = "AnyLink" APP_NAME = "AnyLink"
// 修复前端bug // 修复前端bug
APP_VER = "0.7.2" APP_VER = "0.7.3"
) )

View File

@ -111,7 +111,7 @@ func addInitData() error {
Name: "ops", Name: "ops",
AllowLan: true, AllowLan: true,
ClientDns: []ValData{{Val: "114.114.114.114"}}, ClientDns: []ValData{{Val: "114.114.114.114"}},
RouteInclude: []ValData{{Val: All}}, RouteInclude: []ValData{{Val: "10.0.0.0/8"}},
} }
err = SetGroup(&g1) err = SetGroup(&g1)
if err != nil { if err != nil {

15578
web/package-lock.json generated

File diff suppressed because it is too large Load Diff