feat: 新增日程整理页签(iframe 嵌入 timeTableFix /ttf/)

- 新增 timetable 模块:iframe 嵌入同源 /ttf/(Apache 反代到本地 vite preview)
- 声明 requiresAlive 探测 /ttf/,复用现有存活校验:周期探测、失活隐藏页签
  并卸载组件、恢复自动重载(与其他 requiresAlive 模块一致)
- app.config.js 新增 timeTableFix 配置(pageUrl / healthUrl)
- timeTableFix 作为独立项目维护(独立仓库/构建/systemd),mainPage 仅嵌入,
  删除该模块文件夹不影响 timeTableFix 本身与其他页签
- i18n:tabs.timetable(日程整理 / Schedule Organizer)
This commit is contained in:
2026-07-23 02:25:54 +00:00
parent 711026be9f
commit 7d81da65cf
3 changed files with 20 additions and 6 deletions

View File

@@ -12,7 +12,8 @@ export default {
tabs: {
mobileGame: 'Mobile Game Project',
calendar: 'CQY Timetable',
whiteboard: 'Shared Notepad'
whiteboard: 'Shared Notepad',
timetable: 'Schedule Organizer'
},
whiteboard: {
openExternal: 'Open in new tab',

View File

@@ -11,7 +11,8 @@ export default {
tabs: {
mobileGame: '移动游戏项目',
calendar: 'cqy课程表',
whiteboard: '共享记事本'
whiteboard: '共享记事本',
timetable: '日程整理'
},
whiteboard: {
openExternal: '在新标签页打开',