mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +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:
@@ -11,5 +11,19 @@ export default defineAppConfig({
|
|||||||
rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]',
|
rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12767813',
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user