test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit f8879d07d7 - Show all commits
+3 -1
View File
@@ -48,9 +48,11 @@ docker stop filecodebox && docker rm filecodebox
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
```
###
### 1.6版本注意
这一版改变比较大,如果出现问题可以尝试清空/opt/FileCodeBox目录,有问题欢迎反馈留言
注意,如果是第一次安装,请查看docker日志获取初始密码和后台地址,参考指令
后台本地文件列表,需要将服务器文件移动至目录/opt/FileCodeBox/data/locals,这样就可以显示了。
```bash
docker logs filecodebox
+2 -1
View File
@@ -75,7 +75,8 @@
</el-col>
<el-col v-if="activeIndex === '3'">
<el-card style="height: 80vh;overflow: scroll;margin-bottom: 1rem">
<el-empty v-if="locals.length === 0" description="暂时还没有文件"></el-empty>
<el-empty v-if="locals.length === 0"
description="暂时还没有文件,请上传至/opt/data/locals目录"></el-empty>
<el-card v-for="file in locals" :key="file.code">
<el-row>
<el-col :span="20">