diff --git a/src/apps/com.chinatower.tthd.ts b/src/apps/com.chinatower.tthd.ts new file mode 100644 index 00000000..cf93f378 --- /dev/null +++ b/src/apps/com.chinatower.tthd.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.chinatower.tthd', + name: '铁塔换电', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 0, + activityIds: 'com.chinatower.fghd.customer.home.HomeNewActivity', + quickFind: true, + matches: + '[id="com.chinatower.tthd:id/fl_content_container"] + [id="com.chinatower.tthd:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13694901', + }, + ], + }, + ], +});