From 89e5a00c72422dda790777c44550c34295ebfd07 Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 6 Oct 2023 18:09:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=81=94=E6=83=B3):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#598)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lenovo.club.app.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.lenovo.club.app.ts 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', + }, + ], +});