feat(legal): 新增静态协议页并完善登录页合规入口
All checks were successful
CI / build (push) Successful in 2m18s

新增用户协议与隐私政策纯静态 HTML 页面,优化文档样式并补充合规占位信息。同时更新登录页备案号与协议链接,并移除 tsconfig 中不兼容的弃用配置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-13 11:57:56 +08:00
parent 8018438f42
commit 0095291eb0
5 changed files with 318 additions and 9 deletions

View File

@@ -1,7 +1,5 @@
{
"compilerOptions": {
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}