diff --git a/src/apps/cn.wenyu.bodian.ts b/src/apps/cn.wenyu.bodian.ts new file mode 100644 index 00000000..bc59a75f --- /dev/null +++ b/src/apps/cn.wenyu.bodian.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.wenyu.bodian', + name: '波点音乐', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + activityIds: 'cn.wenyu.bodian.MainActivity', + rules: + '[id="cn.wenyu.bodian:id/splash_container"] < FrameLayout > TextView[text="跳过广告"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13062529', + }, + ], +});