feat: ギリギリ愛-通知提示-公告弹窗

This commit is contained in:
AIsouler
2025-04-15 13:04:58 +08:00
parent 4746a9d43d
commit fb411aec5b

View File

@@ -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',
},
],
},
],
});