mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
* 在 `README.md` 中添加项目介绍、特性、技术栈和安装指南,提供更全面的项目信息。 * 在 `App.vue` 中恢复搜索状态,提升用户体验。 * 更新 `search.ts`,扩展 VNDB 信息结构,支持更多游戏数据字段。 * 在 `FloatingButtons.vue` 中新增分享和站点导航按钮,优化交互功能。 * 移除 `PlatformNav.vue` 组件,整合导航功能至 `FloatingButtons.vue`,简化结构。 * 在 `SearchHeader.vue` 中添加搜索历史功能,提升搜索效率。 * 更新 `VndbPanel.vue`,优化游戏信息展示,增加开发商和平台信息显示。
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"bracketSpacing": true,
|
|
"vueIndentScriptAndStyle": false
|
|
}
|
|
|