From 7e0555cfb32c86563ef4f9481e1a31be2869bca5 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:09:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E8=A7=86):=20=E9=9D=92=E5=B0=91?= =?UTF-8?q?=E5=B9=B4=E6=A8=A1=E5=BC=8F=20(#2460)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2448 --- src/apps/com.tencent.weishi.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.tencent.weishi.ts diff --git a/src/apps/com.tencent.weishi.ts b/src/apps/com.tencent.weishi.ts new file mode 100644 index 00000000..e1fce50b --- /dev/null +++ b/src/apps/com.tencent.weishi.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.weishi', + name: '微视', + groups: [ + { + key: 3, + name: '青少年模式', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.tencent.oscar.module.main.MainActivity', + rules: '[text="青少年保护功能提示"] +3 [text="我知道了"]', + snapshotUrls: 'https://i.gkd.li/import/13448882', + }, + ], +});