Skip to content

Commit 25af5d0

Browse files
committed
feat(街猫) 通知提示-请求开启通知权限弹窗
1 parent c5515a6 commit 25af5d0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/apps/com.hello.pet.ts

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import { defineAppConfig } from '../types';
2+
3+
export default defineAppConfig({
4+
id: 'com.hello.pet',
5+
name: '街猫',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '通知提示-请求开启通知权限弹窗',
10+
actionMaximum: 1,
11+
resetMatch: 'app',
12+
quickFind: true,
13+
rules: '[text^="开启通知"] +2 [text="取消"]',
14+
snapshotUrls: 'https://i.gkd.li/i/14622639',
15+
},
16+
],
17+
});

0 commit comments

Comments
 (0)