mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: 应用市场-通知提示-个性化内容推荐提示 #1121
This commit is contained in:
@@ -69,5 +69,25 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '通知提示-个性化内容推荐提示',
|
||||
desc: '点击取消',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.module.main.MainActivity',
|
||||
matches: [
|
||||
'[text*="个性化的内容推荐"][visibleToUser=true]',
|
||||
'[text="取消"][visibleToUser=true]',
|
||||
],
|
||||
exampleUrls: 'https://e.gkd.li/12825cd1-cd11-40eb-80e3-45d93c9ad058',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21884571',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user