diff --git a/src/apps/com.qingwatq.weather.ts b/src/apps/com.qingwatq.weather.ts new file mode 100644 index 00000000..f7b59638 --- /dev/null +++ b/src/apps/com.qingwatq.weather.ts @@ -0,0 +1,31 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qingwatq.weather', + name: '呱呱天气', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text$="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13476349', + }, + { + key: 1, + name: '卡片式广告', + rules: [ + { + key: 0, + activityIds: 'com.qingwatq.weather.home.HomeActivity', + matches: + '[id="com.qingwatq.weather:id/titleArea"] + [id="com.qingwatq.weather:id/closeImg"]', + snapshotUrls: 'https://i.gkd.li/import/13476350', + }, + ], + }, + ], +});