diff --git a/src/apps/com.xiaote.ts b/src/apps/com.xiaote.ts new file mode 100644 index 000000000..15b029135 --- /dev/null +++ b/src/apps/com.xiaote.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaote', + name: '小特', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.xiaote:id/ad_close"][text*="关闭"]', + snapshotUrls: 'https://i.gkd.li/import/14035706', + }, + ], + }, + ], +});