feat(得力e+): 开屏广告 (#797)

Signed-off-by: dlh <du__th@163.com>
Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
dlh
2023-10-10 00:06:23 +08:00
committed by GitHub
parent 2a7e9864a2
commit 0eded6c33f

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.delicloud.app.smartoffice',
name: '得力e+',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.delicloud.app.smartoffice.mvp.ui.JiGuangSpalshActivity',
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12843738'],
},
],
},
],
});