fix: tabBar图标SVG→真实PNG格式,修复4个按钮图标不显示;上传脚本支持命令行参数
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 291 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 691 B |
|
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 729 B |
|
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 753 B |
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 800 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 628 B |
@@ -10,11 +10,14 @@ const path = require('path');
|
||||
ignores: ['node_modules/**/*'],
|
||||
});
|
||||
|
||||
const version = process.argv[2] || '1.0.0';
|
||||
const desc = process.argv[3] || 'default';
|
||||
|
||||
console.log('→ 正在上传微信小程序...');
|
||||
const uploadResult = await ci.upload({
|
||||
project,
|
||||
version: '1.1.2',
|
||||
desc: '统一页面布局+问答预览+暗色主题+tabBar切换',
|
||||
version,
|
||||
desc,
|
||||
setting: {
|
||||
es6: true,
|
||||
es7: true,
|
||||
|
||||