From 2704645b0eaea55dabf55bedfc17bf6e88a88e1c Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Tue, 2 Sep 2025 17:21:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9C=80=E8=A6=81=E4=B8=AA=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 16 +++++++++++++++- project.tt.json | 5 +++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 project.tt.json 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" +}