diff --git a/src/apps/com.bwton.szfreego.ts b/src/apps/com.bwton.szfreego.ts new file mode 100644 index 00000000..76a7ce83 --- /dev/null +++ b/src/apps/com.bwton.szfreego.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bwton.szfreego', + name: '苏e行', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.bwton.szfreego.business.LaunchActivity', + rules: '[id="com.bwton.szfreego:id/tvSkip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12749225', + }, + ], +});