mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(美团): 通知弹窗 (#2402)
* feat(美团): 通知弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -107,5 +107,20 @@ export default defineAppConfig({
|
||||
'https://i.gkd.li/import/12910211',
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 8,
|
||||
name: '通知弹窗',
|
||||
desc: '点击跳过',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.meituan.android.pt.homepage.activity.MainActivity',
|
||||
matches: 'TextView[id=\'com.sankuai.meituan:id/later\']',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13439134',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user