mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:12:21 +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:
parent
fd4e823882
commit
0d29ec6ef7
|
@ -26,5 +26,25 @@ export default defineAppConfig({
|
|||
'[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="暂不升级"]',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user