This commit is contained in:
2026-03-19 14:21:14 +08:00
parent 7bfba04199
commit 2614af7808
23 changed files with 4447 additions and 489 deletions

12
client/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>公告抓取与分析工具</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>