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

15
dist/project.config.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"miniprogramRoot": "./",
"projectname": "taro-template",
"description": "taro模版",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}