diff --git a/src/apps/com.flatter.app.kuafu.ts b/src/apps/com.flatter.app.kuafu.ts new file mode 100644 index 00000000..c83833d3 --- /dev/null +++ b/src/apps/com.flatter.app.kuafu.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.flatter.app.kuafu', + name: '蓝奏浏览器', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[desc*="跳过"][desc.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13470943', + }, + ], +});