Skip to content

Commit 6a1766f

Browse files
authored
feat(系统更新): 更新提示-智能更新弹窗(补充 activityId) (#729)
1 parent 3f093e9 commit 6a1766f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/apps/com.android.updater.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ export default defineGkdApp({
1313
resetMatch: 'app',
1414
rules: [
1515
{
16-
activityIds: '.MainActivity',
16+
activityIds: ['.MainActivity', '.UpdateActivity'],
1717
matches: [
1818
'[vid="alertTitle"][text="开启智能更新" || text="Install automatically?"]',
1919
'[id="android:id/button2"][text="暂不开启" || text="No"]',
2020
],
2121
snapshotUrls: [
2222
'https://i.gkd.li/i/15386937',
2323
'https://i.gkd.li/i/15386869',
24+
'https://i.gkd.li/i/18469146',
2425
],
2526
},
2627
],

0 commit comments

Comments
 (0)