feat: init

This commit is contained in:
2024-12-18 16:05:16 +08:00
commit 54780c2b24
70 changed files with 35219 additions and 0 deletions

7
eslintrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
"extends": ["taro/react"],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
}