init
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2024-11-18 21:50:24 +08:00
commit 6284dcfeef
66 changed files with 24462 additions and 0 deletions

8
.eslintrc Normal file
View File

@@ -0,0 +1,8 @@
// ESLint 检查 .vue 文件需要单独配置编辑器:
// https://eslint.vuejs.org/user-guide/#editor-integrations
{
"extends": ["taro/vue3"],
"rules": {
"vue/multi-word-component-names": "off"
}
}