diff --git a/src/apps/com.jxhy.kuwan.gga.ts b/src/apps/com.jxhy.kuwan.gga.ts new file mode 100644 index 00000000..760dc13d --- /dev/null +++ b/src/apps/com.jxhy.kuwan.gga.ts @@ -0,0 +1,24 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.jxhy.kuwan.gga', + name: 'ギリギリ愛', + groups: [ + { + key: 1, + name: '通知提示-公告弹窗', + desc: '点击[我知道了]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: '.MainActivity', + matches: '[desc="我知道了"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/95caf815-b2bc-48cc-a245-0341e58f0e39', + snapshotUrls: 'https://i.gkd.li/i/19749364', + }, + ], + }, + ], +});