fix(projects): 修复菜单默认图标问题

This commit is contained in:
xlsea
2025-09-11 11:45:52 +08:00
parent 513dc31eaa
commit 34ab7d5da2
2 changed files with 6 additions and 3 deletions

View File

@ -31,7 +31,8 @@
"vue.server.hybridMode": true,
"files.exclude": { "/docs": true },
"search.exclude": {
"/docs": true
"/docs": true,
"**/dist/**": true
},
"cSpell.words": ["Axios", "tinymce"]
}