diff --git a/src/apps/com.diershoubing.erbing.ts b/src/apps/com.diershoubing.erbing.ts new file mode 100644 index 00000000..9d37cb36 --- /dev/null +++ b/src/apps/com.diershoubing.erbing.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.diershoubing.erbing', + name: '二柄', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: + '@[id="com.byted.pangle:id/tt_splash_skip_btn"] < [text="签到成功"]', + snapshotUrls: 'https://i.gkd.li/import/13378845', + }, + ], +});