From 07e5ff9a740104601552c1cdf0c390955022747f Mon Sep 17 00:00:00 2001 From: shanlanCoding <44717382+shanlanCoding@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:09:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E7=BB=9C=E4=B8=87=E7=94=A8?= =?UTF-8?q?=E8=A1=A8):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1429)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(网络万用表): 开屏广告 * feat(网络万用表): 开屏广告 --------- Co-authored-by: shanlan Co-authored-by: lisonge --- src/apps/org.daai.netcheck.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/org.daai.netcheck.ts diff --git a/src/apps/org.daai.netcheck.ts b/src/apps/org.daai.netcheck.ts new file mode 100644 index 00000000..d407fe3a --- /dev/null +++ b/src/apps/org.daai.netcheck.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'org.daai.netcheck', + name: '网络万用表', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'org.daai.netcheck.MainActivity', + rules: '[id="org.daai.netcheck:id/skip_view"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13174128', + }, + ], +});