feat(派健康): 开屏广告 (#646)

This commit is contained in:
lisonge
2023-10-06 18:39:34 +08:00
parent 2c4c81e118
commit ab0a3fb88f

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lstech.rehealth',
name: '派健康',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.lstech.rehealth.splash.SplashActivity',
rules:
'[id="com.lstech.rehealth:id/ksad_splash_root_container"] [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12830071',
},
],
});