1
0

feat: 初始框架

This commit is contained in:
2025-06-10 15:02:21 +08:00
parent 0e042546f6
commit f8fa295513
18 changed files with 4624 additions and 0 deletions

12
eslint.config.mjs Normal file
View File

@@ -0,0 +1,12 @@
import eslintConfig from '@electron-toolkit/eslint-config'
export default [
{
ignores: [
'**/node_modules',
'**/dist',
'**/out',
],
},
eslintConfig,
];