feat(天天基金): 自选页面广告, 自选页面缩写提示信息(默认关闭) (#127)

This commit is contained in:
Kun Jinkao
2023-09-17 22:44:09 +08:00
committed by GitHub
parent 7b54adf40e
commit ca85ed622a

View File

@@ -0,0 +1,29 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.eastmoney.android.fund',
name: '天天基金',
groups: [
{
key: 1,
name: '自选页面广告',
activityIds:
'com.eastmoney.android.fund.centralis.activity.FundRootActivity',
rules: [
'FrameLayout > FrameLayout > ImageView + FrameLayout[childCount=1] > ImageView',
],
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642387',
},
{
enable: false,
key: 2,
name: '自选页面缩写提示信息',
activityIds:
'com.eastmoney.android.fund.centralis.activity.FundRootActivity',
rules: [
'[desc="表示场内基金的最新价和折价率"] -(2) FrameLayout < FrameLayout + ImageView',
],
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642387',
},
],
});