Files
AIsouler-GKD_subscription/src/apps/com.ruanmei.ithome.ts
2024-01-03 01:06:35 +08:00

16 lines
390 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ruanmei.ithome',
name: 'IT之家',
groups: [
{
key: 1,
name: '资讯页-信息流广告',
activityIds: 'com.ruanmei.ithome.ui.MainActivity',
rules: '[id="hongbaotips"] +n @View > [text="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13167193',
},
],
});