mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:32:30 +08:00
feat(3Dbody解剖): 开屏广告 (#584)
This commit is contained in:
parent
0839aedbe9
commit
74c1289f72
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user