From 0709e457b3dcc04966ee029585e2291b8f653090 Mon Sep 17 00:00:00 2001 From: Yuzhiran Dev Date: Sat, 11 Jul 2026 14:39:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=83=A8=E7=BD=B2=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20v1.1.2=20-=20H5+=E5=B0=8F=E7=A8=8B=E5=BA=8F+=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E5=85=A8=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/upload-wx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upload-wx.js b/scripts/upload-wx.js index a36d457..66f6fb7 100644 --- a/scripts/upload-wx.js +++ b/scripts/upload-wx.js @@ -5,7 +5,7 @@ const path = require('path'); const project = new ci.Project({ appid: 'wxdad62baf4ccd09e3', type: 'miniProgram', - projectPath: path.resolve(__dirname, 'frontend/ai-dimension/dist/build/mp-weixin'), + projectPath: path.resolve(__dirname, '../client/dist/build/mp-weixin'), privateKeyPath: path.resolve('/root/Hermes-workspace/宇之然AI维度appid/private.wxdad62baf4ccd09e3.key'), ignores: ['node_modules/**/*'], }); @@ -13,8 +13,8 @@ const path = require('path'); console.log('→ 正在上传微信小程序...'); const uploadResult = await ci.upload({ project, - version: '1.1.0', - desc: 'AI维度 - 完整版开发', + version: '1.1.2', + desc: '统一页面布局+问答预览+暗色主题+tabBar切换', setting: { es6: true, es7: true,