Files
AIsouler-GKD_subscription/src/apps/com.ruanmei.ithome.ts
2023-10-26 23:04:14 +08:00

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',
},
],
});