diff --git a/src/apps/com.qingdaonews.bus.ts b/src/apps/com.qingdaonews.bus.ts new file mode 100644 index 00000000..4340c021 --- /dev/null +++ b/src/apps/com.qingdaonews.bus.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qingdaonews.bus', + name: '青岛公交查询', + groups: [ + { + key: 0, + name: '弹窗广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.qingdaonews.bus:id/iv_native_dislike"]', + snapshotUrls: 'https://i.gkd.li/import/13467193', + }, + ], + }, + ], +});