diff --git a/src/apps/com.hello.pet.ts b/src/apps/com.hello.pet.ts new file mode 100644 index 00000000..7f16ce4f --- /dev/null +++ b/src/apps/com.hello.pet.ts @@ -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', + }, + ], +});