From 25af5d0186ccf0b5a4f0c48ff9fd97a15a53ab73 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:15:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A1=97=E7=8C=AB)=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA-=E8=AF=B7=E6=B1=82=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hello.pet.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.hello.pet.ts diff --git a/src/apps/com.hello.pet.ts b/src/apps/com.hello.pet.ts new file mode 100644 index 00000000..7f16ce4f --- /dev/null +++ b/src/apps/com.hello.pet.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hello.pet', + name: '街猫', + groups: [ + { + key: 1, + name: '通知提示-请求开启通知权限弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text^="开启通知"] +2 [text="取消"]', + snapshotUrls: 'https://i.gkd.li/i/14622639', + }, + ], +});