mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(闲鱼): 开屏广告(优化规则)、请求开启通知权限弹窗 (#2784)
* feat 开屏广告(优化规则) * feat 请求开启通知权限弹窗
This commit is contained in:
@@ -7,19 +7,22 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: [
|
matchTime: 10000,
|
||||||
'com.taobao.idlefish.maincontainer.activity.MainActivity',
|
actionMaximum: 1,
|
||||||
'com.taobao.fleamarket.home.activity.InitActivity',
|
resetMatch: 'app',
|
||||||
],
|
rules: '[id="com.taobao.idlefish:id/advert_close"]',
|
||||||
rules: [
|
|
||||||
{
|
|
||||||
matches: '[id="com.taobao.idlefish:id/advert_close"]',
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12668670', //com.taobao.idlefish.maincontainer.activity.MainActivity
|
'https://i.gkd.li/import/12668670',
|
||||||
'https://i.gkd.li/import/13049015', //com.taobao.fleamarket.home.activity.InitActivity
|
'https://i.gkd.li/import/13049015',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '请求开启通知权限弹窗',
|
||||||
|
activityIds:
|
||||||
|
'com.idlefish.flutterbridge.flutterboost.boost.FishFlutterBoostTransparencyActivity',
|
||||||
|
rules: '[desc^="开启系统通知"] > ImageView[clickable=true][desc=null]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13538351',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user