Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(小米社区): 公告板弹窗 (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent 71acd16 commit a53c94f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/apps/com.xiaomi.vipaccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,13 @@ export default defineAppConfig({
rules: '[text="签到赢权益"] +n Image[text*="cancel_circle"]',
snapshotUrls: 'https://i.gkd.li/import/13328271',
},
{
key: 4,
name: '公告板弹窗',
activityIds: 'com.xiaomi.vipaccount.ui.home.page.HomeFrameActivity',
quickFind: true,
rules: '[desc="公告版弹窗"] +2 [id="com.xiaomi.vipaccount:id/close"]',
snapshotUrls: 'https://i.gkd.li/import/13400617',
},
],
});

0 comments on commit a53c94f

Please sign in to comment.