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`,优化游戏信息展示,增加开发商和平台信息显示。
23 lines
354 B
INI
23 lines
354 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{js,jsx,ts,tsx,vue}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{json,yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|