mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:23:45 +08:00
feat(交管12123): 消息通知 (#1996)
* feat(交管12123): 消息通知 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b80788dc24
commit
1051d0c4ab
|
@ -11,5 +11,19 @@ export default defineAppConfig({
|
|||
rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12767813',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '消息通知',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.tmri.app.ui.activity.main.MainTabHostNewActivity',
|
||||
matches: 'ImageButton[id=\'com.tmri.app.main:id/btn_cancel\']',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13315944',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user