mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(天天基金): 自选页面广告, 自选页面缩写提示信息(默认关闭) (#127)
This commit is contained in:
29
src/apps/com.eastmoney.android.fund.ts
Normal file
29
src/apps/com.eastmoney.android.fund.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user