mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
@@ -4,6 +4,20 @@ export default defineAppConfig({
|
|||||||
id: 'com.nowcasting.activity',
|
id: 'com.nowcasting.activity',
|
||||||
name: '彩云天气',
|
name: '彩云天气',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.nowcasting.activity:id/cll_splash_ad_skip"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13690833',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告_VIP',
|
name: '弹窗广告_VIP',
|
||||||
@@ -32,5 +46,29 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '插页广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.nowcasting.activity.WeatherActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: ['[id="com.nowcasting.activity:id/jad_feed_close"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13690826',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: ['[id="com.nowcasting.activity:id/ll_close"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13690822',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: 1,
|
||||||
|
key: 2,
|
||||||
|
matches: ['[id="com.nowcasting.activity:id/ll_uninterested"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13690830',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user