Files
AIsouler-GKD_subscription/src/apps/com.example.businesshall.ts
jiuqianyuan 5998011410 feat(中国移动浙江): 开屏广告 (#697)
* feat(中国移动浙江)

- 开屏广告

* 格式订正

删除末尾空行

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-07 23:51:05 +08:00

20 lines
468 B
TypeScript

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'],
},
],
},
],
});