feat: 更新前端和后端配置及依赖项

refactor: 重构代码结构和优化配置

docs: 更新文档和注释内容

build: 更新构建配置和依赖项

ci: 更新CI配置和工作流

chore: 更新杂项配置和脚本

fix: 修复已知问题和错误

style: 优化代码格式和样式

perf: 优化性能和提升执行效率

test: 更新测试用例和配置
This commit is contained in:
zhangtao
2025-08-10 05:45:18 +08:00
parent 190ff7cc90
commit 130038cb11
27 changed files with 2537 additions and 68 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
<!doctype html>
<html>
<html build-time="%BUILD_TIME%">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<script>
var coverSupport =
"CSS" in window &&
@@ -13,7 +14,7 @@
'" />'
);
</script>
<title></title>
<title>FastApp</title>
<!--preload-links-->
<!--app-context-->
</head>