fix: tabBar图标SVG→真实PNG格式,修复4个按钮图标不显示;上传脚本支持命令行参数

This commit is contained in:
Yuzhiran Dev
2026-07-11 22:15:00 +08:00
parent 70bb2d23ea
commit 48690e7724
9 changed files with 5 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 628 B

+5 -2
View File
@@ -10,11 +10,14 @@ const path = require('path');
ignores: ['node_modules/**/*'], ignores: ['node_modules/**/*'],
}); });
const version = process.argv[2] || '1.0.0';
const desc = process.argv[3] || 'default';
console.log('→ 正在上传微信小程序...'); console.log('→ 正在上传微信小程序...');
const uploadResult = await ci.upload({ const uploadResult = await ci.upload({
project, project,
version: '1.1.2', version,
desc: '统一页面布局+问答预览+暗色主题+tabBar切换', desc,
setting: { setting: {
es6: true, es6: true,
es7: true, es7: true,