diff --git a/src/apps/com.pingan.smt.ts b/src/apps/com.pingan.smt.ts new file mode 100644 index 00000000..ee0e30ef --- /dev/null +++ b/src/apps/com.pingan.smt.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.pingan.smt', + name: 'i深圳', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.pingan.smt.MainActivity', + matches: '[vid="close_view"]', + exampleUrls: 'https://e.gkd.li/97a058cf-0564-4194-b527-b2ec40233204', + snapshotUrls: 'https://i.gkd.li/i/17011387', + }, + ], + }, + ], +});