From 9d0bc73d2e26e366d62eece6e7b7218864abd75e Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:43:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2797)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2766 --- src/apps/com.liuzh.deviceinfo.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.liuzh.deviceinfo.ts diff --git a/src/apps/com.liuzh.deviceinfo.ts b/src/apps/com.liuzh.deviceinfo.ts new file mode 100644 index 00000000..e571d6bf --- /dev/null +++ b/src/apps/com.liuzh.deviceinfo.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.liuzh.deviceinfo', + name: '设备信息', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13537005', + }, + ], +});