feat: add announcements feature with JSON data and interactive UI

- Created a new JSON file for announcements containing activity and maintenance updates.
- Implemented a JavaScript module to fetch, filter, and display announcements dynamically.
- Added functionality for editing announcements with a modal interface and live preview.
- Included drag-and-drop support for content blocks within the announcement editor.
- Enhanced user experience with category filtering and search capabilities.
This commit is contained in:
zhangyuheng
2026-03-10 15:05:41 +08:00
parent 7171b3e14d
commit 588fd66bb5
6 changed files with 1920 additions and 0 deletions

View File

@@ -68,4 +68,12 @@
<priority>0.5</priority>
</url>
<!-- 活动公告 -->
<url>
<loc>https://mcpure.lunadeer.cn/announcements.html</loc>
<lastmod>2026-03-10</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
</urlset>