mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(虎嗅): 开屏广告 (#547)
This commit is contained in:
16
src/apps/com.huxiu.ts
Normal file
16
src/apps/com.huxiu.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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://gkd-kit.songe.li/import/12776004',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user