mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(JavDB): 通知提示(优化规则)
This commit is contained in:
@@ -7,11 +7,20 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-公告弹窗',
|
||||
desc: '点击[知道了]',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[desc="公告"] + * + [desc="知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13334608',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
matches:
|
||||
'[desc="公告"] + * + @[desc="知道了"] <<n [id="android:id/content"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/ae1792dd-210b-4ac2-bfce-c2081ed03498',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14559882',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user