mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(万能小组件 Top Widgets): 局部广告、全屏广告
This commit is contained in:
@@ -8,14 +8,31 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '局部广告-卡片广告',
|
name: '局部广告-卡片广告',
|
||||||
desc: '点击关闭',
|
desc: '点击关闭',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.growing.topwidgets.home.MainActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '@ImageView < * - * > [text="立即打开"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14892835',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '@ImageView < * - * > [text="查看详情"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14945536',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.growing.topwidgets.home.MainActivity',
|
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
||||||
matches: '@ImageView < * - * > [text="立即打开"]',
|
matches: '@ImageView[clickable=true] - * >2 [text="反馈"]',
|
||||||
exampleUrls:
|
snapshotUrls: 'https://i.gkd.li/i/14945552',
|
||||||
'https://m.gkd.li/57941037/90c3b791-0aec-4c48-b417-de4604cdcff2',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14892835',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user