feat(中国移动浙江): 开屏广告 (#697)

* feat(中国移动浙江)

- 开屏广告

* 格式订正

删除末尾空行

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-10-07 23:51:05 +08:00
committed by GitHub
parent 97561be124
commit 5998011410

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.example.businesshall',
name: '中国移动浙江',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.businesshall.activity.NewLogoActivity'],
rules: [
{
matches: '[id="com.example.businesshall:id/jump_layout"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12830978'],
},
],
},
],
});