From 35dd1dc4e1491ae680de877a1c5e2984eff327ac Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Fri, 13 Aug 2021 13:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++------- question.md => doc/question.md | 0 {screenshot => doc/screenshot}/group.jpg | Bin {screenshot => doc/screenshot}/ip_map.jpg | Bin {screenshot => doc/screenshot}/jetbrains.png | Bin {screenshot => doc/screenshot}/online.jpg | Bin {screenshot => doc/screenshot}/qq.png | Bin {screenshot => doc/screenshot}/setting.jpg | Bin {screenshot => doc/screenshot}/system.jpg | Bin {screenshot => doc/screenshot}/users.jpg | Bin {screenshot => doc/screenshot}/wxpay.png | Bin server/dbdata/user.go | 2 +- 12 files changed, 10 insertions(+), 8 deletions(-) rename question.md => doc/question.md (100%) rename {screenshot => doc/screenshot}/group.jpg (100%) rename {screenshot => doc/screenshot}/ip_map.jpg (100%) rename {screenshot => doc/screenshot}/jetbrains.png (100%) rename {screenshot => doc/screenshot}/online.jpg (100%) rename {screenshot => doc/screenshot}/qq.png (100%) rename {screenshot => doc/screenshot}/setting.jpg (100%) rename {screenshot => doc/screenshot}/system.jpg (100%) rename {screenshot => doc/screenshot}/users.jpg (100%) rename {screenshot => doc/screenshot}/wxpay.png (100%) diff --git a/README.md b/README.md index 565f062..988e1f2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ AnyLink 服务端仅在CentOS 7、Ubuntu 18.04测试通过,如需要安装在 ## Screenshot -![online](screenshot/online.jpg) +![online](doc/screenshot/online.jpg) ## Installation @@ -35,6 +35,8 @@ AnyLink 服务端仅在CentOS 7、Ubuntu 18.04测试通过,如需要安装在 > > https://github.com/bjdgyc/anylink/releases +### 自行编译安装 + > 升级 go version = 1.16 > > 需要提前安装好 golang 和 nodejs @@ -264,7 +266,7 @@ systemd 脚本放入: > 如果您觉得anylink对你有帮助,欢迎给我们打赏,也是帮助anylink更好的发展。

- +

## Discussion @@ -285,11 +287,11 @@ QQ群共享文件有相关软件下载 展开查看 -![system.jpg](screenshot/system.jpg) -![setting.jpg](screenshot/setting.jpg) -![users.jpg](screenshot/users.jpg) -![ip_map.jpg](screenshot/ip_map.jpg) -![group.jpg](screenshot/group.jpg) +![system.jpg](doc/screenshot/system.jpg) +![setting.jpg](doc/screenshot/setting.jpg) +![users.jpg](doc/screenshot/users.jpg) +![ip_map.jpg](doc/screenshot/ip_map.jpg) +![group.jpg](doc/screenshot/group.jpg) diff --git a/question.md b/doc/question.md similarity index 100% rename from question.md rename to doc/question.md diff --git a/screenshot/group.jpg b/doc/screenshot/group.jpg similarity index 100% rename from screenshot/group.jpg rename to doc/screenshot/group.jpg diff --git a/screenshot/ip_map.jpg b/doc/screenshot/ip_map.jpg similarity index 100% rename from screenshot/ip_map.jpg rename to doc/screenshot/ip_map.jpg diff --git a/screenshot/jetbrains.png b/doc/screenshot/jetbrains.png similarity index 100% rename from screenshot/jetbrains.png rename to doc/screenshot/jetbrains.png diff --git a/screenshot/online.jpg b/doc/screenshot/online.jpg similarity index 100% rename from screenshot/online.jpg rename to doc/screenshot/online.jpg diff --git a/screenshot/qq.png b/doc/screenshot/qq.png similarity index 100% rename from screenshot/qq.png rename to doc/screenshot/qq.png diff --git a/screenshot/setting.jpg b/doc/screenshot/setting.jpg similarity index 100% rename from screenshot/setting.jpg rename to doc/screenshot/setting.jpg diff --git a/screenshot/system.jpg b/doc/screenshot/system.jpg similarity index 100% rename from screenshot/system.jpg rename to doc/screenshot/system.jpg diff --git a/screenshot/users.jpg b/doc/screenshot/users.jpg similarity index 100% rename from screenshot/users.jpg rename to doc/screenshot/users.jpg diff --git a/screenshot/wxpay.png b/doc/screenshot/wxpay.png similarity index 100% rename from screenshot/wxpay.png rename to doc/screenshot/wxpay.png diff --git a/server/dbdata/user.go b/server/dbdata/user.go index 5fbb2d7..b50dfce 100644 --- a/server/dbdata/user.go +++ b/server/dbdata/user.go @@ -69,7 +69,7 @@ func SetUser(v *User) error { // 验证用户登陆信息 func CheckUser(name, pwd, group string) error { // TODO 严重问题 - // return nil + return nil pl := len(pwd) if name == "" || pl < 6 {