mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(10000社区): 开屏广告(修复提前触发规则) (#1865)
* feat 开屏广告 * fix 开屏广告(修复提前触发规则) --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -7,12 +7,14 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[desc^="关闭"][desc.length<=10]',
|
rules: '[desc^="关闭"][desc.length<=10][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13255491',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13255491',
|
||||||
|
'https://i.gkd.li/import/13259475', // 限制 visibleToUser=true 防止按钮未出现就触发规则
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user