Skip to content

Commit

Permalink
feat(最准天气): 局部广告-卡片广告 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Oct 14, 2024
1 parent a281fbc commit 00c0e4c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/apps/com.doudoubird.weather.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit 00c0e4c

Please sign in to comment.