修改文档路径

This commit is contained in:
bjdgyc 2021-08-13 13:54:43 +08:00
parent bc64a9f8f6
commit 35dd1dc4e1
12 changed files with 10 additions and 8 deletions

View File

@ -27,7 +27,7 @@ AnyLink 服务端仅在CentOS 7、Ubuntu 18.04测试通过,如需要安装在
## Screenshot ## Screenshot
![online](screenshot/online.jpg) ![online](doc/screenshot/online.jpg)
## Installation ## Installation
@ -35,6 +35,8 @@ AnyLink 服务端仅在CentOS 7、Ubuntu 18.04测试通过,如需要安装在
> >
> https://github.com/bjdgyc/anylink/releases > https://github.com/bjdgyc/anylink/releases
### 自行编译安装
> 升级 go version = 1.16 > 升级 go version = 1.16
> >
> 需要提前安装好 golang 和 nodejs > 需要提前安装好 golang 和 nodejs
@ -264,7 +266,7 @@ systemd 脚本放入:
> 如果您觉得anylink对你有帮助欢迎给我们打赏也是帮助anylink更好的发展。 > 如果您觉得anylink对你有帮助欢迎给我们打赏也是帮助anylink更好的发展。
<p> <p>
<img src="screenshot/wxpay.png" width="500" /> <img src="doc/screenshot/wxpay.png" width="500" />
</p> </p>
## Discussion ## Discussion
@ -285,11 +287,11 @@ QQ群共享文件有相关软件下载
<summary>展开查看</summary> <summary>展开查看</summary>
![system.jpg](screenshot/system.jpg) ![system.jpg](doc/screenshot/system.jpg)
![setting.jpg](screenshot/setting.jpg) ![setting.jpg](doc/screenshot/setting.jpg)
![users.jpg](screenshot/users.jpg) ![users.jpg](doc/screenshot/users.jpg)
![ip_map.jpg](screenshot/ip_map.jpg) ![ip_map.jpg](doc/screenshot/ip_map.jpg)
![group.jpg](screenshot/group.jpg) ![group.jpg](doc/screenshot/group.jpg)
</details> </details>

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

@ -69,7 +69,7 @@ func SetUser(v *User) error {
// 验证用户登陆信息 // 验证用户登陆信息
func CheckUser(name, pwd, group string) error { func CheckUser(name, pwd, group string) error {
// TODO 严重问题 // TODO 严重问题
// return nil return nil
pl := len(pwd) pl := len(pwd)
if name == "" || pl < 6 { if name == "" || pl < 6 {