fix: 日历页显示页签+页签样式优化+iframe自适应+骨架屏

- useProjects: 访问 hidden 模块(/cqy)时仍显示其页签并高亮,
  让用户知道当前位置;主页仍隐藏日历页签
- TabNav: 非激活页签加圆角背景与 hover 背景反馈,激活页签
  下边线贯通整宽,更像页签
- Calendar: iframe 去除固定 800x600,改 width/height:100% +
  aspect-ratio 自适应(宽屏16:10,窄屏4:3,min-height 400px)
- Calendar: 加载骨架屏覆盖层(iframe @load 后淡出),
  iframe 始终在 DOM 中确保 load 事件触发
- i18n: 日历页签文案改「cqy课程表」/「CQY Timetable」
headless 验证:/cqy 显示页签且激活、hover 有背景反馈、
iframe 自适应宽窄屏、骨架屏加载后淡出
This commit is contained in:
Zikai
2026-07-13 14:13:23 +00:00
parent 49900d2363
commit 337d516c08
5 changed files with 73 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ export default {
},
tabs: {
mobileGame: 'Mobile Game Project',
calendar: 'Calendar'
calendar: 'CQY Timetable'
},
mobileGame: {
hero: {