docs: 移除 systemd 部署与 /ttf/ 独立入口说明

本项目仅作为 mainPage submodule 集成,无独立线上入口。
保留独立开发/测试说明(npm run dev/test/build)。
This commit is contained in:
2026-07-23 04:45:49 +00:00
parent b511998372
commit b3960f503a
2 changed files with 10 additions and 9 deletions

View File

@@ -47,13 +47,6 @@ git rm third_party/timeTableFix
git commit -m "chore: 移除 timeTableFix 子模块集成" git commit -m "chore: 移除 timeTableFix 子模块集成"
``` ```
同时删 `src/modules/timetable/` 文件夹即移除页签。timeTableFix 独立仓库与部署不受影响。 同时删 `src/modules/timetable/` 文件夹即移除页签。timeTableFix 独立仓库不受影响。
## 独立访问 > timeTableFix 仅作为 submodule 被 mainPage 构建期集成,无独立线上入口。独立开发/测试用其自身的 `npm run dev` / `npm test`。
timeTableFix 独立 app 可经 Apache `/ttf/` 反代单独访问(`https://zikai.wang/ttf/`),与 mainPage 组件集成互不冲突。反代配置:
```apache
ProxyPass /ttf/ http://127.0.0.1:8888/
ProxyPassReverse /ttf/ http://127.0.0.1:8888/
```

View File

@@ -15,6 +15,14 @@
--accent-weak: #eef2ff; --accent-weak: #eef2ff;
--accent-hover: #4338ca; --accent-hover: #4338ca;
/* 语义色(供嵌入的子项目如 timeTableFix 复用,保证嵌入时按钮/徽章可见) */
--success: #2e7d32;
--success-weak: #e8f5e9;
--danger: #c62828;
--danger-weak: #fbe9e7;
--warn: #e65100;
--warn-weak: #fff3e0;
/* 线/边 */ /* 线/边 */
--border: #eceef1; --border: #eceef1;
--border-strong: #e0e2e6; --border-strong: #e0e2e6;