Compare commits
2 Commits
b511998372
...
61e65052d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 61e65052d4 | |||
| b3960f503a |
@@ -47,13 +47,6 @@ git rm third_party/timeTableFix
|
||||
git commit -m "chore: 移除 timeTableFix 子模块集成"
|
||||
```
|
||||
|
||||
同时删 `src/modules/timetable/` 文件夹即移除页签。timeTableFix 独立仓库与部署不受影响。
|
||||
同时删 `src/modules/timetable/` 文件夹即移除页签。timeTableFix 独立仓库不受影响。
|
||||
|
||||
## 独立访问
|
||||
|
||||
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/
|
||||
```
|
||||
> timeTableFix 仅作为 submodule 被 mainPage 构建期集成,无独立线上入口。独立开发/测试用其自身的 `npm run dev` / `npm test`。
|
||||
|
||||
@@ -15,6 +15,14 @@
|
||||
--accent-weak: #eef2ff;
|
||||
--accent-hover: #4338ca;
|
||||
|
||||
/* 语义色(供嵌入的子项目如 timeTableFix 复用,保证嵌入时按钮/徽章可见) */
|
||||
--success: #2e7d32;
|
||||
--success-weak: #e8f5e9;
|
||||
--danger: #c62828;
|
||||
--danger-weak: #fbe9e7;
|
||||
--warn: #e65100;
|
||||
--warn-weak: #fff3e0;
|
||||
|
||||
/* 线/边 */
|
||||
--border: #eceef1;
|
||||
--border-strong: #e0e2e6;
|
||||
|
||||
2
third_party/timeTableFix
vendored
2
third_party/timeTableFix
vendored
Submodule third_party/timeTableFix updated: c68d1062ff...2d7b8d0d07
Reference in New Issue
Block a user