feat(必胜客): 开屏广告 (#438)

This commit is contained in:
Kun Jinkao 2023-09-28 10:26:05 +08:00 committed by GitHub
parent 4ac829a1a7
commit 45c05a3bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.yumc.phsuperapp',
name: '必胜客',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.yumc.android.phhome.ui.PhHomeV3Activity',
rules: '[id="com.yumc.phsuperapp:id/splash_tv_3"][text$="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12740217',
},
],
});