diff --git a/src/apps/im.xingzhe.ts b/src/apps/im.xingzhe.ts new file mode 100644 index 00000000..71ebffaf --- /dev/null +++ b/src/apps/im.xingzhe.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'im.xingzhe', + name: '行者骑行', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'im.xingzhe.activity.LaunchActivity', + matchLauncher: true, + rules: '[id="im.xingzhe:id/count_text"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/13031282', + }, + ], +});