mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(3Dbody解剖): 开屏广告 (#584)
This commit is contained in:
16
src/apps/com.HaoTuBang.H3DBodyFree.ts
Normal file
16
src/apps/com.HaoTuBang.H3DBodyFree.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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://gkd-kit.songe.li/import/12783176',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user