mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
17 lines
438 B
TypeScript
17 lines
438 B
TypeScript
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://i.gkd.li/import/12649616'],
|
|
},
|
|
],
|
|
});
|