mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(芒果TV): 青少年模式弹窗-优化规则 (#694)
* improvement 【首页推荐流-卡片广告】添加 prekeys * feat 【应用内广告弹窗】 * feat 【右侧悬浮广告】 * improvement 【青少年模式弹窗】优化规则,补充快照
This commit is contained in:
@@ -23,12 +23,14 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '关闭青少年模式提示',
|
||||
name: '青少年模式弹窗',
|
||||
activityIds: [
|
||||
'com.hunantv.imgo.activity.MainActivity',
|
||||
'miuix.appcompat.app.m',
|
||||
],
|
||||
rules: '[id=`com.hunantv.imgo.activity:id/btnIknow`]',
|
||||
rules:
|
||||
'[id="com.hunantv.imgo.activity:id/llSetAgeMode"] + [id="com.hunantv.imgo.activity:id/btnIknow"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12832447',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user