mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
16 lines
397 B
TypeScript
16 lines
397 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/i/13167193',
|
|
},
|
|
],
|
|
});
|