Files
update-server/legacy/ReadMe.txt
T

14 lines
466 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
历史兼容文件
============
本目录保存旧版单文件管理后台。
当前主后台是 admin-ui/ 下的 Vue3 + Element Plus 项目,Docker 构建时会编译 admin-ui/dist 并作为默认首页提供。
legacy/admin.html 只作为兼容 fallback
1. 如果 admin-ui/dist 不存在,访问 / 会回退到 legacy/admin.html。
2. 访问 /legacy-admin.html 会直接打开 legacy/admin.html。
正常维护新后台时,请优先修改 admin-ui/。