This commit is contained in:
sexygoat
2026-03-31 18:41:52 +08:00
commit 3c62cc1cd1
527 changed files with 96725 additions and 0 deletions

21
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
/*
1.
2.
3.
*/
"recommendations": [
// "antfu.vite", // 在编辑器内预览/调试您的应用程序
// "antfu.iconify", // hover 内联显示相应的图标
"antfu.unocss", // 一款零配置的 CSS 框架
"vue.volar", // Vue 3 的开发必备扩展
"dbaeumer.vscode-eslint", // ESLint 支持
// "editorConfig.editorConfig", // EditorConfig 支持
// "uni-helper.uni-highlight-vscode", // 对条件编译的代码注释部分提供了语法提示、高亮、折叠
// "uni-helper.uni-app-snippets-vscode" // uni-app 基本能力代码片段。
// "uni-helper.uni-ui-snippets-vscode" // uni-ui 基本能力代码片段
// "uni-helper.uni-helper-vscode" // Uni Helper 扩展包集合
]
}