mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(易快报): 首页-横幅广告 (#163)
This commit is contained in:
16
src/apps/com.hose.ekuaibao.ts
Normal file
16
src/apps/com.hose.ekuaibao.ts
Normal 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'],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user