mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
feat(TradingView): 全屏广告 (#640)
This commit is contained in:
@@ -11,12 +11,25 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tradingview.tradingviewapp.root.view.RootActivity',
|
||||
activityIds: '.root.view.RootActivity',
|
||||
matches: '@[clickable=true][text="关闭广告"] <<n [vid="chart_wbv"]',
|
||||
exampleUrls: 'https://e.gkd.li/3798ab1b-2cd3-471e-8303-b8124746e9d8',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16725697',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '全屏广告',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.root.view.RootActivity',
|
||||
matches: '[vid="friday_fl_layout"] > [vid="friday_iv_close"]',
|
||||
exampleUrls: 'https://e.gkd.li/9cc35e84-1b27-4aa5-a74b-ace7cf42d943',
|
||||
snapshotUrls: 'https://i.gkd.li/i/18222211',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user