mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
fix(酷安): 开屏广告 (误触)
This commit is contained in:
@@ -13,8 +13,9 @@ export default defineGkdApp({
|
|||||||
actionMaximumKey: 0,
|
actionMaximumKey: 0,
|
||||||
priorityTime: 10000,
|
priorityTime: 10000,
|
||||||
excludeActivityIds: [
|
excludeActivityIds: [
|
||||||
'com.coolapk.market.view.search.', // 在搜索页面禁用
|
'.view.search.', // 在搜索页面禁用
|
||||||
'com.coolapk.market.view.feed.', // 在动态页面禁用
|
'.view.feed.', // 在动态页面禁用
|
||||||
|
'.view.node.DynamicNodePageActivity',
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -32,7 +33,8 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
excludeMatches: '[id="com.coolapk.market:id/item_view"]',
|
excludeMatches:
|
||||||
|
'[id="com.coolapk.market:id/item_view" || vid="card_view"]',
|
||||||
matches: '[text*="跳过"][text.length<5][visibleToUser=true]',
|
matches: '[text*="跳过"][text.length<5][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12917990',
|
'https://i.gkd.li/i/12917990',
|
||||||
@@ -41,6 +43,7 @@ export default defineGkdApp({
|
|||||||
excludeSnapshotUrls: [
|
excludeSnapshotUrls: [
|
||||||
'https://i.gkd.li/i/13247733',
|
'https://i.gkd.li/i/13247733',
|
||||||
'https://i.gkd.li/i/13296816',
|
'https://i.gkd.li/i/13296816',
|
||||||
|
'https://i.gkd.li/i/18245546',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user