feat(街猫) 通知提示-请求开启通知权限弹窗

This commit is contained in:
Kun Jinkao
2024-03-16 14:15:52 +08:00
parent c5515a63e8
commit 25af5d0186

17
src/apps/com.hello.pet.ts Normal file
View File

@@ -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',
},
],
});