mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(爱奇艺): 青少年弹窗(更新规则) (#2843)
* Update com.qiyi.video.ts * chore(actions): check_format_lint * Update com.qiyi.video.ts --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,8 +21,15 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '青少年弹窗',
|
name: '青少年弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'org.qiyi.basecore.widget.dialog.AlertDialogBottom1',
|
activityIds: 'org.qiyi.android.video.MainActivity',
|
||||||
rules: 'Button[id=`com.qiyi.video:id/confirm_btn`][text=`我知道了`]',
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.qiyi.video:id/confirm_btn"][text="我知道了"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/6328439/d69e92f8-8304-4296-909a-11730e408a16',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13546555',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user