diff --git a/src/apps/com.kkeji.news.client.ts b/src/apps/com.kkeji.news.client.ts new file mode 100644 index 00000000..23f133f6 --- /dev/null +++ b/src/apps/com.kkeji.news.client.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.kkeji.news.client', + name: '快科技', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.kkeji.news.client:id/tv_counter"]', + snapshotUrls: 'https://i.gkd.li/import/13197536', + }, + ], + }, + ], +});