2025-09-25 11:42:04 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>任务调度与知识问答</title>
|
|
|
|
|
<!-- 引入 Website 项目的图标库 -->
|
2025-09-29 10:22:44 +00:00
|
|
|
<script src="/assets/iconfont.js"></script>
|
|
|
|
|
<link rel="stylesheet" href="/assets/iconfont.css">
|
2025-09-25 11:42:04 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
2025-10-12 05:43:20 +00:00
|
|
|
</html>
|