From f2d6474610e7537c9b9a976d0d1981783911a606 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:03:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E4=BA=91):=20=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=BC=80=E5=90=AF=E9=80=9A=E7=9F=A5=E6=9D=83=E9=99=90?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#2428)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alibaba.aliyun.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.alibaba.aliyun.ts diff --git a/src/apps/com.alibaba.aliyun.ts b/src/apps/com.alibaba.aliyun.ts new file mode 100644 index 00000000..614412cd --- /dev/null +++ b/src/apps/com.alibaba.aliyun.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.alibaba.aliyun', + name: '阿里云', + groups: [ + { + key: 1, + name: '请求开启通知权限弹窗', + quickFind: true, + rules: '[text^="打开手机消息通知"] + * >2 [text="以后再说"]', + snapshotUrls: 'https://i.gkd.li/import/13446162', + }, + ], +});