feat(快手极速版): 开屏广告

This commit is contained in:
lisonge
2023-09-05 14:06:11 +08:00
parent 4b32f6bbe5
commit 30445aef14

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.kuaishou.nebula',
name: '快手极速版',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.yxcorp.gifshow.HomeActivity',
rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12519389',
},
],
});