Skip to content

Commit abd4e70

Browse files
authored
Update dashboard.html
1 parent 740570f commit abd4e70

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

denlu/dashboard.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,12 @@ <h1>📢 网站公告中心</h1>
119119
</div>
120120

121121
<script>
122-
// 模拟公告数据
123122
const announcements = [
123+
{
124+
title: "重大更新",
125+
date: "2025-05-10",
126+
content: "增加工具箱,小游戏等功能,。"
127+
},
124128
{
125129
title: "系统维护通知",
126130
date: "2025-04-25",

0 commit comments

Comments
 (0)