mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(Luka阅读养成): 权限提示-通知权限
This commit is contained in:
23
src/apps/ai.ling.luka.app.ts
Normal file
23
src/apps/ai.ling.luka.app.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'ai.ling.luka.app',
|
||||||
|
name: 'Luka阅读养成',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '权限提示-通知权限',
|
||||||
|
desc: '点击[取消]',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: ['[text="通知服务未开启"]', '[text="取消"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15796616',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user