mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: 灯塔加速器-通知提示-公告弹窗 #1515
This commit is contained in:
24
src/apps/com.v2ray.bizer.ts
Normal file
24
src/apps/com.v2ray.bizer.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.v2ray.bizer',
|
||||
name: '灯塔加速器',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-公告弹窗',
|
||||
desc: '点击关闭',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
matches: '@[vid="close"] - [text*="公告"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/6dde3a1f-0428-4110-918e-f4b5853d5c04',
|
||||
snapshotUrls: 'https://i.gkd.li/i/23834355',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user