mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
fix(微博轻享版): 开屏广告(小窗模式下全局规则触发无效)
This commit is contained in:
@@ -4,6 +4,26 @@ export default defineAppConfig({
|
||||
id: 'com.weico.international',
|
||||
name: '微博轻享版',
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
matches: '@[clickable=true] + * > [text="跳过"][visibleToUser=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/e1253f77-cfdd-42ea-b6c2-05732a9e347a',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14549281',
|
||||
'https://i.gkd.li/i/14549328', // 小窗模式下全局规则触发无效
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '分段广告-信息流广告',
|
||||
|
||||
Reference in New Issue
Block a user