mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: ギリギリ愛-通知提示-公告弹窗
This commit is contained in:
24
src/apps/com.jxhy.kuwan.gga.ts
Normal file
24
src/apps/com.jxhy.kuwan.gga.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user