mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(最准天气): 局部广告-卡片广告 (#409)
This commit is contained in:
22
src/apps/com.doudoubird.weather.ts
Normal file
22
src/apps/com.doudoubird.weather.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.doudoubird.weather',
|
||||
name: '最准天气',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.MainActivity',
|
||||
matches: '[vid="ad_view"] + [vid="delete_icon"]',
|
||||
exampleUrls: 'https://e.gkd.li/2a61d3de-6117-4d85-8f4d-565f6ee00a57',
|
||||
snapshotUrls: 'https://i.gkd.li/i/17358146',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user