From ab44366e7c5546c300751c6c96f0fec2d42db93e Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:33:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=BB=94=E5=86=9C=E4=BA=91):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1080)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1079 --- src/apps/csii.com.qny.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/csii.com.qny.ts diff --git a/src/apps/csii.com.qny.ts b/src/apps/csii.com.qny.ts new file mode 100644 index 00000000..d5339dc4 --- /dev/null +++ b/src/apps/csii.com.qny.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'csii.com.qny', + name: '黔农云', + groups: [ + { + key: 0, + name: '开屏广告', + desc: '点击跳过按钮', + matchLauncher: true, + activityIds: 'csii.com.qny.ui.activity.AdvertisementActivity', + rules: [ + { + matches: '[id="csii.com.qny:id/tv_count_down"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12908332', + }, + ], + }, + ], +});