Skip to content

Commit

Permalink
feat(系统更新): 更新提示-智能更新弹窗(补充 activityId) (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Jan 20, 2025
1 parent 3f093e9 commit 6a1766f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.android.updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ export default defineGkdApp({
resetMatch: 'app',
rules: [
{
activityIds: '.MainActivity',
activityIds: ['.MainActivity', '.UpdateActivity'],
matches: [
'[vid="alertTitle"][text="开启智能更新" || text="Install automatically?"]',
'[id="android:id/button2"][text="暂不开启" || text="No"]',
],
snapshotUrls: [
'https://i.gkd.li/i/15386937',
'https://i.gkd.li/i/15386869',
'https://i.gkd.li/i/18469146',
],
},
],
Expand Down

0 comments on commit 6a1766f

Please sign in to comment.