3 Commits

Author SHA1 Message Date
Coldsmile_7
988183788c feat: 修改获取玩家名称的字段 2026-04-25 15:06:47 +08:00
Coldsmile_7
6acfba940b feat: 更新获取玩家名称的逻辑,添加新的API请求 2026-04-25 14:54:30 +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