diff --git a/src/apps/com.whpe.qrcode.hunan_xiangtan.ts b/src/apps/com.whpe.qrcode.hunan_xiangtan.ts new file mode 100644 index 00000000..b46f8695 --- /dev/null +++ b/src/apps/com.whpe.qrcode.hunan_xiangtan.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.whpe.qrcode.hunan_xiangtan', + name: '湘潭出行', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 0, + name: '快手广告', + activityIds: 'com.whpe.qrcode.hunan_xiangtan.MainActivity', + quickFind: true, + matches: + '@[id="com.whpe.qrcode.hunan_xiangtan:id/iv_close"] +n * >n [text="广告"]', + snapshotUrls: 'https://i.gkd.li/import/13476265', + }, + ], + }, + ], +});