mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(爱奇艺): 通知弹窗,更新弹窗 (#739)
* feat(爱奇艺): 通知弹窗 - 开启推送通知弹窗 - 版本更新弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -26,5 +26,25 @@ export default defineAppConfig({
|
|||||||
'[id="com.qiyi.video:id/unused_res_a"] > [id="com.qiyi.video:id/close"]',
|
'[id="com.qiyi.video:id/unused_res_a"] > [id="com.qiyi.video:id/close"]',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '开启推送通知弹窗',
|
||||||
|
activityIds: 'org.qiyi.android.video.MainActivity',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12838152',
|
||||||
|
rules: [
|
||||||
|
'[id="com.qiyi.video:id/title" && text="开启推送通知"]',
|
||||||
|
'[id="com.qiyi.video:id/cancel_btn" && text="暂时不要"]',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '版本更新弹窗',
|
||||||
|
activityIds: 'org.qiyi.android.video.MainActivity',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12838158',
|
||||||
|
rules: [
|
||||||
|
'[id="com.qiyi.video:id/title" && text="有新版本更新啦!"]',
|
||||||
|
'[id="com.qiyi.video:id/cancel_btn" && text="暂不升级"]',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user