fix: 需要个 配置文件

This commit is contained in:
iHeyTang 2025-09-02 17:21:08 +08:00
parent 9b4adf6c63
commit 2704645b0e
2 changed files with 20 additions and 1 deletions

View File

@ -1 +1,15 @@
{"miniprogramRoot":"./dist","projectname":"bw-mini-app","description":"图生图 风格转换 ","appid":"ttbfd9c96420ec8f8201","setting":{"urlCheck":true,"es6":true,"enhance":false,"compileHotReLoad":false,"postcss":false,"minified":false},"compileType":"miniprogram"}
{
"miniprogramRoot": "./dist/weapp",
"projectname": "bw-mini-app",
"description": "图生图 风格转换 ",
"appid": "wxb51f0b0c3aad7cdf",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}

5
project.tt.json Normal file
View File

@ -0,0 +1,5 @@
{
"miniprogramRoot": "./dist/tt",
"projectname": "bw-mini-app",
"appid": "ttbfd9c96420ec8f8201"
}