feat(3Dbody解剖): 开屏广告 (#584)

This commit is contained in:
Kun Jinkao 2023-10-02 23:31:56 +08:00 committed by GitHub
parent 0839aedbe9
commit 74c1289f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});