chore: 部署更新 v1.1.2 - H5+小程序+后端全同步
This commit is contained in:
@@ -5,7 +5,7 @@ const path = require('path');
|
|||||||
const project = new ci.Project({
|
const project = new ci.Project({
|
||||||
appid: 'wxdad62baf4ccd09e3',
|
appid: 'wxdad62baf4ccd09e3',
|
||||||
type: 'miniProgram',
|
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'),
|
privateKeyPath: path.resolve('/root/Hermes-workspace/宇之然AI维度appid/private.wxdad62baf4ccd09e3.key'),
|
||||||
ignores: ['node_modules/**/*'],
|
ignores: ['node_modules/**/*'],
|
||||||
});
|
});
|
||||||
@@ -13,8 +13,8 @@ const path = require('path');
|
|||||||
console.log('→ 正在上传微信小程序...');
|
console.log('→ 正在上传微信小程序...');
|
||||||
const uploadResult = await ci.upload({
|
const uploadResult = await ci.upload({
|
||||||
project,
|
project,
|
||||||
version: '1.1.0',
|
version: '1.1.2',
|
||||||
desc: 'AI维度 - 完整版开发',
|
desc: '统一页面布局+问答预览+暗色主题+tabBar切换',
|
||||||
setting: {
|
setting: {
|
||||||
es6: true,
|
es6: true,
|
||||||
es7: true,
|
es7: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user