feat: 支持多端同时开发调试 #1

Merged
imeepos merged 2 commits from zdh into master 2025-09-02 17:24:42 +08:00
2 changed files with 20 additions and 1 deletions
Showing only changes of commit 2704645b0e - Show all commits

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"
}