mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-22 18:20:43 +08:00
- 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.
21 lines
506 B
JSON
21 lines
506 B
JSON
[
|
|
{
|
|
"title": "兔子洞",
|
|
"logo": "https://img.lunadeer.cn/i/2026/03/16/69b8279ce344f.png",
|
|
"gradient": {
|
|
"from": "#95ea66",
|
|
"to": "#4aa18b"
|
|
},
|
|
"dimension": "overworld",
|
|
"coordinatesSecret": true,
|
|
"scale": "small",
|
|
"townType": "building",
|
|
"recruitment": "closed",
|
|
"founders": [
|
|
"Thumper0327",
|
|
"Flower0632"
|
|
],
|
|
"members": [],
|
|
"introduction": []
|
|
}
|
|
] |