```
All checks were successful
Deploy Vue App / build-and-deploy (push) Successful in 8s

fix(public): 移除标题中的多余数字

移除了 index.html 文件中页面标题 "南京公共工程建设中心 - 公告采集工具1"
末尾的多余数字 "1",使标题更加简洁准确。
```
This commit is contained in:
2025-12-15 16:24:29 +08:00
parent caeac76ca3
commit f797ed9a61

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>南京公共工程建设中心 - 公告采集工具1</title>
<title>南京公共工程建设中心 - 公告采集工具</title>
<style>
* {
margin: 0;