File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
hap-toolkit/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ export function isNeedFullPackage() {
450
450
manifest &&
451
451
manifest . router &&
452
452
manifest . router . pages &&
453
- manifest . router . pages . length > 0 &&
453
+ Object . keys ( manifest . router . pages ) . length > 0 &&
454
454
( ! manifest . subpackages || manifest . subpackages . length === 0 )
455
455
) {
456
456
// 存在卡片
Original file line number Diff line number Diff line change @@ -317,6 +317,8 @@ versionCode 字段必须为 Integer 类型
317
317
318
318
[LOG] ### App Loader ### 'com.application.demo.__preview___CardDemo.rpk' 大小为 10 KB
319
319
320
+ [LOG] ### App Loader ### 项目构建并生成文件:com.application.demo.__preview__.debug.1.0.0.rpk
321
+
320
322
[LOG] ### App Loader ### 项目构建并生成文件:com.application.demo.__preview__.debug.1.0.0.rpks
321
323
322
324
[LOG] ### App Server ### 没有记录手机地址,不会通知手机更新rpk文件
You can’t perform that action at this time.
0 commit comments