diff --git a/src/apps/com.lenovo.club.app.ts b/src/apps/com.lenovo.club.app.ts new file mode 100644 index 00000000..0530a3b8 --- /dev/null +++ b/src/apps/com.lenovo.club.app.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lenovo.club.app', + name: '联想', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.lenovo.club.app.AdActivity', + rules: '[id="com.lenovo.club.app:id/tv_jump"][text$="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12829678', + }, + ], +});