diff --git a/project.config.json b/project.config.json index 1e7518d..4818118 100644 --- a/project.config.json +++ b/project.config.json @@ -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"} \ No newline at end of file +{ + "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" +} diff --git a/project.tt.json b/project.tt.json new file mode 100644 index 0000000..517768b --- /dev/null +++ b/project.tt.json @@ -0,0 +1,5 @@ +{ + "miniprogramRoot": "./dist/tt", + "projectname": "bw-mini-app", + "appid": "ttbfd9c96420ec8f8201" +}