feat(易快报): 首页-横幅广告 (#163)

This commit is contained in:
Kun Jinkao
2023-09-19 11:38:25 +08:00
committed by GitHub
parent 4346650d92
commit 3c015b8eaf

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hose.ekuaibao',
name: '易快报',
groups: [
{
key: 1,
name: '首页-横幅广告',
activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity',
rules:
'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12649616'],
},
],
});