From 8a09ad8c97c2f32f1e138fcb78b03019ded80326 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:29:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=92=E5=88=9B=E7=BD=91):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BC=B9=E7=AA=97=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.m17qcc.mm.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.m17qcc.mm.ts diff --git a/src/apps/com.m17qcc.mm.ts b/src/apps/com.m17qcc.mm.ts new file mode 100644 index 00000000..85ea5361 --- /dev/null +++ b/src/apps/com.m17qcc.mm.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.m17qcc.mm', + name: '青创网', + groups: [ + { + key: 1, + name: '更新弹窗', + activityIds: 'miuix.appcompat.app.m', + rules: '[text*="新版本"] +(n) LinearLayout > TextView[text="取消"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642297', + }, + ], +});