feat(得物): 开屏广告 (#772)

This commit is contained in:
二刺螈
2023-10-08 23:50:19 +08:00
parent baa5920bcb
commit 325d8fa5bb

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.shizhuang.duapp',
name: '得物',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.shizhuang.duapp.modules.home.ui.SplashActivity',
rules: [
{
matches: '[id="com.shizhuang.duapp:id/tv_countdown_bottom"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841026',
},
],
},
],
});