refactor: modularize frontend flows

This commit is contained in:
Lan
2026-06-03 02:01:57 +08:00
parent 9300607f96
commit a11e7900b4
85 changed files with 4654 additions and 4363 deletions
+11 -1
View File
@@ -14,7 +14,17 @@ export default [
// 你可以在这里添加自定义规则
}
},
{
files: ['scripts/**/*.mjs'],
languageOptions: {
globals: {
console: 'readonly',
process: 'readonly',
URL: 'readonly',
},
},
},
{
ignores: ['dist/**', 'node_modules/**']
}
]
]