From ef9d49d4cd99adafac633529fd3272236748271f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 2 Jul 2024 09:04:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8A=9D=E9=BA=BB=E7=B2=92):=20=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=8F=90=E7=A4=BA-=E6=8F=90=E7=A4=BA=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tkaxv7s.xposed.sesame.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/tkaxv7s.xposed.sesame.ts diff --git a/src/apps/tkaxv7s.xposed.sesame.ts b/src/apps/tkaxv7s.xposed.sesame.ts new file mode 100644 index 00000000..37c293b8 --- /dev/null +++ b/src/apps/tkaxv7s.xposed.sesame.ts @@ -0,0 +1,26 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'tkaxv7s.xposed.sesame', + name: '芝麻粒', + groups: [ + { + key: 1, + name: '通知提示-提示弹窗', + desc: '点击[我知道了]', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'tkaxv7s.xposed.sesame.ui.MainActivity', + matches: '[text="我知道了"]', + exampleUrls: + 'https://m.gkd.li/57941037/75d1d639-5234-4ad4-865d-2b1617994a16', + snapshotUrls: 'https://i.gkd.li/i/16060201', + }, + ], + }, + ], +});