Commit Graph

29 Commits

Author SHA1 Message Date
Coldsmiles
9c4140e8b5 feat: 更新公告和状态页面的 iframe 源地址为 api.infstar.cn 2026-03-22 21:21:19 +08:00
Coldsmiles
a54260ede6 feat: 添加状态页面路由及更新 iframe 页面的显示逻辑 2026-03-22 02:53:44 +08:00
Coldsmiles
ea7ae6ad19 feat: 添加状态页面,更新相关导航项和样式 2026-03-22 02:42:48 +08:00
Coldsmiles
222f01bb2c feat: 更新社交媒体分享图片源地址为 img.infstar.cn 2026-03-21 16:40:29 +08:00
Coldsmiles
c17c6c7eb0 feat: 更新 logo 图片源地址为 img.infstar.cn 2026-03-21 16:35:36 +08:00
Coldsmiles
4f2dc62903 feat: 更新 logo 图片源地址为 lunadeer.cn 2026-03-21 16:28:58 +08:00
Coldsmiles
695cb9b0f5 feat: 更新图片源地址为 mcphoto.infstar.cn,修改相关组件和页面 2026-03-21 16:15:16 +08:00
Coldsmiles
c4ccd48c8c feat: 更新服务器地址为 mc.infstar.cn,修改相关文档和页面信息 2026-03-21 01:39:17 +08:00
Coldsmiles
334ece501c feat: 更新页脚信息,移除版权年份中的“星空之境” 2026-03-21 00:28:47 +08:00
Coldsmiles
16f23c09e9 feat: 更新页脚信息,添加版权和项目链接 2026-03-21 00:24:05 +08:00
Coldsmiles
a22be646af feat: 添加春樱坞城镇信息,更新群聊链接和备案信息 2026-03-20 23:30:09 +08:00
Coldsmiles
0893c17db5 feat: 更新网站信息为星空之境 Minecraft 服务器,包括组件库、玩家公约、赞助信息等 2026-03-20 20:14:22 +08:00
Coldsmiles
47e14e5412 feat: 更新网站信息为星空之境 Minecraft 服务器,包括标题、描述和关键词 2026-03-20 13:37:44 +08:00
Coldsmiles
702370bca8 feat: 更新服务器启动时间和IP地址,修改标题为星空之境 2026-03-20 13:32:05 +08:00
zhangyuheng
d85cb4b7af feat: update device recommendations and URLs in JoinPage 2026-03-19 00:33:52 +08:00
zhangyuheng
1dcca1376f feat: enhance SEO and site structure with new meta tags, sitemap updates, and route SEO management 2026-03-18 18:08:51 +08:00
zhangyuheng
08fd3cc340 feat: reduce max-width of .bl-container for improved layout on HomePage 2026-03-18 17:58:24 +08:00
zhangyuheng
0b06379bff feat: enhance mobile detection and responsiveness in SponsorPage 2026-03-18 17:57:08 +08:00
zhangyuheng
25a93882d3 feat: increase max-width of .bl-shell for improved layout on HomePage and StatsPage 2026-03-18 17:54:01 +08:00
zhangyuheng
81a15ecd74 feat: update .bl-shell max-width to improve layout responsiveness 2026-03-18 17:46:00 +08:00
zhangyuheng
6d2b746a70 feat: update SiteFooter layout and adjust MapPage iframe source 2026-03-18 17:20:21 +08:00
zhangyuheng
277bd9c897 feat: enhance SiteFooter with navigation links and improved layout 2026-03-18 16:57:39 +08:00
zhangyuheng
a578971cf3 feat: add typeIconMap for facility types and update icon rendering in modals 2026-03-18 16:51:57 +08:00
zhangyuheng
3097e47d80 feat: enhance ModalSection and FacilitiesPage with icons and improved layout 2026-03-18 16:35:33 +08:00
zhangyuheng
07f5ec28b3 style: update font sizes and colors for filter tags and badges in FilterTagGroup and TownsPage components 2026-03-18 15:21:01 +08:00
zhangyuheng
14f8ee9018 feat: add EditorModal and JsonOutputModal components with styles and helper functions
- Implemented EditorModal for a two-panel editor interface with preview and form slots.
- Created JsonOutputModal to display generated JSON with a copy feature.
- Added useEditorHelpers composable for sortable lists and tag input management.
- Introduced shared styles for editor forms, including custom select and tags input.
2026-03-18 15:05:02 +08:00
zhangyuheng
5c6d389962 feat: add TownsPage and router configuration
- Created TownsPage.vue to display a list of towns with filtering options and a modal for details.
- Implemented a router.js file to manage application routes, including the new towns page.
2026-03-18 14:10:49 +08:00
zhangyuheng
d254ec86df feat: add shared components for donation, facility, feature bento, filter panel, join wizard, leaderboard, player, playstyle, and town cards
- Implemented DonationCard.vue for displaying donation details.
- Created FacilityCard.vue to showcase facility information with status badges.
- Developed FeatureBentoCard.vue and FeatureBentoGrid.vue for feature display in a grid layout.
- Added FilterPanel.vue for filtering content with search and tag options.
- Introduced JoinWizard.vue for a step-by-step joining process with device and playstyle selection.
- Created LeaderboardCard.vue to display leaderboard information.
- Implemented PlayerCard.vue for showcasing player profiles and stats.
- Developed PlaystyleCard.vue for selecting playstyle options.
- Added TownCard.vue to present town details with badges and images.
- Included demo data in demoData.js for testing and development purposes.
2026-03-18 10:50:23 +08:00
zhangyuheng
124b545ee2 feat: initialize Vue application with main components and styles
- Added App.vue as the main application component with a structured layout.
- Created main.js to bootstrap the Vue application and mount it to the DOM.
- Introduced styles.css for global styling, including responsive design and theming.
- Removed outdated HTML files (stats.html, towns.html) and Python script (statsprocess.py) as part of the migration to a new Vue-based architecture.
- Added Vite configuration (vite.config.js) for building the Vue application.
2026-03-18 10:07:03 +08:00