first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:04:37 +08:00
commit efb1344456
375 changed files with 61348 additions and 0 deletions

7
.eslintrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
extends: [require.resolve('@umijs/lint/dist/config/eslint')],
globals: {
page: true,
REACT_APP_ENV: true,
},
};