mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(懂车帝): 请求推送通知弹窗 (#763)
* feat(懂车帝): 请求推送通知弹窗 - 请求推送通知弹窗 * chore(actions): check_format_lint * feat(懂车帝): 请求推送通知弹窗-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -70,5 +70,13 @@ export default defineAppConfig({
|
|||||||
'https://gkd-kit.gitee.io/import/12825865',
|
'https://gkd-kit.gitee.io/import/12825865',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 6,
|
||||||
|
name: '请求推送通知弹窗',
|
||||||
|
activityIds: 'com.ss.android.auto.activity.SplashActivity',
|
||||||
|
rules:
|
||||||
|
'@TextView[clickable=true && text.length =1] + [text ^="打开推送通知"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840664',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user