We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bbeb2 commit 4fd0a24Copy full SHA for 4fd0a24
README.md
@@ -133,6 +133,7 @@ admin_page = /manager # 本地文件管理页面路径,按需修
133
## Docker 部署
134
135
github 仓库和 docker hub 仓库,看自己需求使用。
136
+
137
github :
138
139
```
@@ -230,8 +231,8 @@ docker exec container_name "./main -md5 your_alist_password"
230
231
232
## 技术栈
233
-- 后端:[Golang](https://golang.org/)
234
-- Web 框架:[Gin](https://github.com/gin-gonic/gin)
+- Golang
235
+- Gin
236
- Vue3
237
- Element Plus
238
- Bootstrap5
@@ -240,7 +241,4 @@ docker exec container_name "./main -md5 your_alist_password"
240
241
242
[MIT](https://opensource.org/licenses/MIT)
243
-## 致谢
244
245
-- [Alist](https://github.com/AlistGo/alist) - 后端文件列表系统
246
-- [Gin](https://github.com/gin-gonic/gin) - 使用的 Web 框架
0 commit comments