mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(5EPlay): 通知提示
This commit is contained in:
25
src/apps/com.fiveplay.ts
Normal file
25
src/apps/com.fiveplay.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.fiveplay',
|
||||||
|
name: '5EPlay',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '通知提示-请求打开消息推送弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
matches: '@[vid="iv_close"] - * > [text="打开消息推送"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/020e18ab-1bf1-4639-b32a-777719881dcb',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14680645',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user