lint:fix all

This commit is contained in:
2025-07-29 00:32:57 +08:00
parent 7d2f57df97
commit 1745a54eb6
34 changed files with 820 additions and 606 deletions

View File

@@ -26,12 +26,12 @@ export default defineNuxtConfig({
pathMeta: {
slugifyOptions: {
// Keep everything except invalid chars, this will preserve Chinese characters
remove: /[$*+~()'"!\-=#?:@.]/g,
remove: /[$*+~()'"!\-=#?:@.]/g
}
}
},
preview: {
dev:true,
dev: true,
api: 'https://api.nuxt.studio'
}
},
@@ -60,7 +60,7 @@ export default defineNuxtConfig({
icon: {
clientBundle: {
scan: true,
sizeLimitKb: 512,
},
},
sizeLimitKb: 512
}
}
})