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

This commit is contained in:
AIsouler
2024-03-16 14:23:52 +08:00
committed by GitHub

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