Skip to content

Commit

Permalink
feat(爱其意): 通知提示-首页通知弹窗 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 30, 2024
1 parent 0992117 commit 0d1f92d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.taitedi.hdd.ayi.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineGkdApp } from '@gkd-kit/define';

export default defineGkdApp({
id: 'com.taitedi.hdd.ayi',
name: '爱其意',
groups: [
{
key: 1,
name: '通知提示-首页通知弹窗',
desc: '点击[我知道了]',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.MainActivity',
matches: '[desc="我知道了"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/12550205-943e-4e8b-b26a-ebd6ce3f006a',
snapshotUrls: 'https://i.gkd.li/i/18261037',
},
],
},
],
});

0 comments on commit 0d1f92d

Please sign in to comment.