修改图片地址

This commit is contained in:
bjdgyc 2021-02-25 14:15:53 +08:00
parent 48327fe8d3
commit 1579e92ba1
2 changed files with 12 additions and 12 deletions

View File

@ -24,7 +24,7 @@ AnyLink 服务端仅在CentOS7、Ubuntu 18.04测试通过,如需要安装在
## Screenshot ## Screenshot
![online](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/online.jpg) ![online](screenshot/online.jpg)
## Installation ## Installation
@ -132,7 +132,7 @@ sh bridge-init.sh
## Discussion ## Discussion
![qq.png](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/qq.png) ![qq.png](screenshot/qq.png)
添加QQ群: 567510628 添加QQ群: 567510628
@ -145,11 +145,11 @@ sh bridge-init.sh
<details> <details>
<summary>展开查看</summary> <summary>展开查看</summary>
![system.jpg](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/system.jpg) ![system.jpg](screenshot/system.jpg)
![setting.jpg](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/setting.jpg) ![setting.jpg](screenshot/setting.jpg)
![users.jpg](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/users.jpg) ![users.jpg](screenshot/users.jpg)
![ip_map.jpg](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/ip_map.jpg) ![ip_map.jpg](screenshot/ip_map.jpg)
![group.jpg](https://gitee.com/bjdgyc/anylink/raw/master/screenshot/group.jpg) ![group.jpg](screenshot/group.jpg)
</details> </details>
@ -157,11 +157,11 @@ sh bridge-init.sh
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。 本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。
## Thank ## Thank
<img src="screenshot/jetbrains.png" width="200" height="200" alt="jetbrains.png" /> <a href="https://www.jetbrains.com">
<img src="screenshot/jetbrains.png" width="200" height="200" alt="jetbrains.png" />
</a>

View File

@ -2,5 +2,5 @@ package base
const ( const (
APP_NAME = "AnyLink" APP_NAME = "AnyLink"
APP_VER = "0.1.2" APP_VER = "0.1.5"
) )