Files
EIS-dotnet/src/Eis.Web/wwwroot/index.html
T
biss ef8222c138 工作台 8 项指标全部改为明确中文标题。
ISO 8601 时间统一转换为北京时间,例如 2026/07/23 22:29。
审计日志、缴费确认时间、通知发布时间统一使用时间格式化。
管理员层级、流程类型、录取状态等建立统一中文映射。
工作台、流程设计、学校管理等管理页面的装饰性英文标题改为中文。
历史审计记录中的 plan、draft 等枚举也会自动翻译。
更新静态资源版本号,避免浏览器继续使用旧缓存。
2026-07-23 22:46:45 +08:00

22 lines
809 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0d2d54" />
<meta name="description" content="衡准考试信息管理系统——考试通知、考生报名、准考证与成绩查询一站式服务。" />
<title>衡准 · 考试信息管理系统</title>
<link rel="stylesheet" href="/vue-app/app.css?v=20260723-2" />
</head>
<body>
<div id="app" aria-live="polite">
<div class="boot-screen">
<div class="brand-symbol"><i></i><i></i><i></i></div>
<strong>衡准</strong>
<span>系统正在加载</span>
</div>
</div>
<script type="module" src="/vue-app/app.js?v=20260723-2"></script>
</body>
</html>