mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(布蕾4K): 通知提示-公告弹窗
This commit is contained in:
23
src/apps/com.wn.app.bl.ts
Normal file
23
src/apps/com.wn.app.bl.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wn.app.bl',
|
||||
name: '布蕾4K',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-公告弹窗',
|
||||
desc: '点击"我知道了"',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '@[desc="我知道了"][clickable=true] + [desc="了解更多"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/405a7072-bae5-4db7-8743-608ab3750c1c',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14228688',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user