mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(街猫) 通知提示-请求开启通知权限弹窗
This commit is contained in:
17
src/apps/com.hello.pet.ts
Normal file
17
src/apps/com.hello.pet.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user