mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(QQ阅读):右下角悬浮卡片广告
This commit is contained in:
@@ -6,12 +6,27 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '青少年弹窗',
|
name: '青少年模式',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[id="com.qq.reader:id/tv_i_know"]',
|
rules: '[id="com.qq.reader:id/tv_i_know"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13194867',
|
snapshotUrls: 'https://i.gkd.li/import/13194867',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '局部广告-右下角悬浮卡片广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.qq.reader.activity.MainActivity',
|
||||||
|
matches: '[id="com.qq.reader:id/operating_activity_close"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/17b6444c-e275-4ee4-b1d7-bd7369e08e55',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14140100',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user