mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(TradingView): 局部广告-卡片广告
This commit is contained in:
22
src/apps/com.tradingview.tradingviewapp.ts
Normal file
22
src/apps/com.tradingview.tradingviewapp.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.tradingview.tradingviewapp',
|
||||||
|
name: 'TradingView',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '局部广告-卡片广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.tradingview.tradingviewapp.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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user