feat(布蕾4K): 通知提示-公告弹窗

This commit is contained in:
aisouler
2024-02-10 17:27:58 +08:00
parent 00bb6af5b9
commit 26c2700743

23
src/apps/com.wn.app.bl.ts Normal file
View 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',
},
],
},
],
});