mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
75 lines
2.2 KiB
TypeScript
75 lines
2.2 KiB
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.hexin.plat.android',
|
|
name: '同花顺',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
priorityTime: 10000,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
position: {
|
|
left: 'width * 3.6279',
|
|
top: 'width * -6.5736',
|
|
},
|
|
matches:
|
|
'@[id="android:id/title"][childCount=0][width<150] < LinearLayout < [parent=null]',
|
|
exampleUrls: 'https://e.gkd.li/2750d496-8889-4aed-88b7-70692df44e8f',
|
|
snapshotUrls: 'https://i.gkd.li/i/16505270',
|
|
},
|
|
{
|
|
key: 1,
|
|
position: {
|
|
left: 'width * 3.7',
|
|
top: 'width * -6.9281',
|
|
},
|
|
matches:
|
|
'@[id="android:id/title"][childCount=0][width>=150] < LinearLayout < [parent=null]',
|
|
exampleUrls: 'https://e.gkd.li/f9c7621d-8b2b-4ca8-9904-fe0bca61c43f',
|
|
snapshotUrls: 'https://i.gkd.li/i/17726527',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '分段广告-信息流广告',
|
|
desc: '信息流广告-点击x按钮-点击内容质量差',
|
|
activityIds: ['com.hexin.plat.android.Hexin'],
|
|
rules: [
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'@[id="com.hexin.plat.android:id/iv_feed_bottom_bar_dislike"] < LinearLayout -(2) LinearLayout >(2) [text="广告"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12662754'],
|
|
},
|
|
{
|
|
preKeys: [1],
|
|
key: 2,
|
|
matches:
|
|
'[id="com.hexin.plat.android:id/tv_negative_feedback_option"][text="内容质量差"] - ImageView < LinearLayout[clickable=true]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12662781'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 10,
|
|
name: '局部广告-底部产品广告',
|
|
activityIds: ['com.hexin.plat.android'],
|
|
rules: [
|
|
{
|
|
matches:
|
|
'[id="com.hexin.plat.android:id/prod_ad"] + [id="com.hexin.plat.android:id/prod_close_image"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12662656'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|