diff --git a/src/apps/com.tmri.app.main.ts b/src/apps/com.tmri.app.main.ts new file mode 100644 index 00000000..ee7f219c --- /dev/null +++ b/src/apps/com.tmri.app.main.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tmri.app.main', + name: '交管12123', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.tmri.app.ui.activity.main.TmriNewActivity', + rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12767813', + }, + ], +});