This commit is contained in:
砂糖
2026-01-24 16:54:44 +08:00
commit 70f337bb92
186 changed files with 23792 additions and 0 deletions

26
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"css.validate": false,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript"
],
"typescript.tsdk": "node_modules/typescript/lib",
"commentTranslate.source": "Bing",
"cSpell.words": [
"contentlayer",
"lemonsqueezy"
],
"i18n-ally.localesPaths": [
"i18n",
"i18n/messages"
]
}