mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
17 lines
446 B
TypeScript
17 lines
446 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.HaoTuBang.H3DBodyFree',
|
|
name: '3Dbody解剖',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds:
|
|
'com.HaoTuBang.H3DBodyFree.modules.login.activity.SpalashActivity',
|
|
rules: '[id="com.HaoTuBang.H3DBodyFree:id/adsParent"] >n [text^="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12783176',
|
|
},
|
|
],
|
|
});
|