2025-09-24 14:14:14 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/svg" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>多多畅职教育系统</title>
|
2025-10-17 14:36:25 +08:00
|
|
|
<!-- GitHub Pages SPA路由支持脚本 -->
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
// 处理从404.html重定向过来的路径
|
|
|
|
|
(function(l) {
|
|
|
|
|
if (l.search[1] === '/' ) {
|
|
|
|
|
var decoded = l.search.slice(1).split('&').map(function(s) {
|
|
|
|
|
return s.replace(/~and~/g, '&')
|
|
|
|
|
}).join('?');
|
|
|
|
|
window.history.replaceState(null, null,
|
|
|
|
|
l.pathname.slice(0, -1) + decoded + l.hash
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}(window.location))
|
|
|
|
|
</script>
|
2025-09-24 14:14:14 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|