mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -26,13 +26,24 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式弹窗',
|
||||||
activityIds: 'com.youku.phone.designatemode.adolescent.HomePageTipDialog',
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: [
|
||||||
|
'com.youku.phone.designatemode.adolescent.HomePageTipDialog',
|
||||||
|
'com.youku.v2.HomePageEntry',
|
||||||
|
],
|
||||||
rules: '[text="青少年模式"] +(3) [text="我知道了"]',
|
rules: '[text="青少年模式"] +(3) [text="我知道了"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12701050',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12701050',
|
||||||
|
'https://i.gkd.li/import/13498556',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '视频推荐弹窗',
|
name: '视频推荐弹窗',
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.youku.vip.wrapper.VipHomeActivity',
|
activityIds: 'com.youku.vip.wrapper.VipHomeActivity',
|
||||||
rules: '[id="com.youku.phone:id/closeView"][desc="关闭弹层"]',
|
rules: '[id="com.youku.phone:id/closeView"][desc="关闭弹层"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12701029',
|
snapshotUrls: 'https://i.gkd.li/import/12701029',
|
||||||
|
|||||||
Reference in New Issue
Block a user