mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
23 lines
627 B
TypeScript
23 lines
627 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ruanmei.ithome',
|
|
name: 'IT之家',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
|
|
rules: '[id="com.ruanmei.ithome:id/fl_skip"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12720744',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '资讯页-信息流广告',
|
|
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
|
|
rules: '[id="hongbaotips"] +n @View > [text="关闭"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13167193',
|
|
},
|
|
],
|
|
});
|