修改文档路径
16
README.md
|
@ -27,7 +27,7 @@ AnyLink 服务端仅在CentOS 7、Ubuntu 18.04测试通过,如需要安装在
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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>
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 135 KiB |
|
@ -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 {
|
||||||
|
|