diff --git a/src/apps/com.superrhino.rarering.ts b/src/apps/com.superrhino.rarering.ts new file mode 100644 index 00000000..806120fb --- /dev/null +++ b/src/apps/com.superrhino.rarering.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.superrhino.rarering', + name: 'Nico', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + desc: '点击跳过', + rules: [ + { + matches: + '@View[clickable=true] <3 * <2 * < FrameLayout[id="com.superrhino.rarering:id/fl_container"]', + snapshotUrls: 'https://i.gkd.li/import/13853858', + }, + ], + }, + ], +});