feat: 发送短信适配 ContiNew Starter 行为验证码

This commit is contained in:
Bull-BCLS
2023-12-28 23:47:44 +08:00
parent dea64e62e1
commit eab53520c8
27 changed files with 1409 additions and 40 deletions

View File

@@ -13,7 +13,8 @@
"@/*": ["src/*"]
},
"lib": ["es2020", "dom"],
"skipLibCheck": true
"skipLibCheck": true,
"allowJs": true
},
"include": ["src/**/*", "src/**/*.vue"],
"exclude": ["node_modules"]