mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
17 lines
391 B
TypeScript
17 lines
391 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huxiu',
|
|
name: '虎嗅',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds:
|
|
'com.huxiu.ui.activity.HXRegistrationAgreementPrivacyPolicyActivity',
|
|
rules: '[id="com.huxiu:id/tv_skip_ad"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12776004',
|
|
},
|
|
],
|
|
});
|