feat: 为管理界面添加Font Awesome图标并优化UI

refactor: 更新配置文件和密码设置

style: 统一按钮和表单元素的图标样式
This commit is contained in:
2025-07-16 17:19:40 +08:00
parent 087c0a2ef5
commit 0f6020c647
12 changed files with 128 additions and 133 deletions

View File

@@ -9,4 +9,8 @@ ErrorDocument 404 /error_pages/404.html
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^api(/.*)?$ api.php?action=$1 [QSA,L]
RewriteRule ^api(/.*)?$ api.php?action=$1 [QSA,L]
Header append X-Powered-By "LeonAPP Server"
Header append X-System-Discription "LeonAPP Server System, a powerful APP store system."
Header append X-System-Author "LeonMMcoset"
Header append X-System-Email "leonmmcoset@outlook.com"