diff --git a/src/apps/cn.suanya.zhixing.ts b/src/apps/cn.suanya.zhixing.ts new file mode 100644 index 00000000..31586702 --- /dev/null +++ b/src/apps/cn.suanya.zhixing.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.suanya.zhixing', + name: '智行旅行', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.app.main.entrance.MainActivity', + rules: 'LinearLayout > TextView + TextView[id!=null][text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12739122', + }, + ], +});