feat(体适能):开屏广告 (#974)

* feat(手机知网): 开屏广告,更新弹窗

手机知网,开屏广告,更新弹窗

* chore(actions): check_format_lint

* feat(体适能): 开屏广告

体适能开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Otis0227
2023-10-13 01:18:54 +08:00
committed by GitHub
parent f1a36b8327
commit de7bd2650f

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.bxkj.student',
name: '体适能',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.bxkj.student.splash.SplashActivity',
rules: '[id="com.bxkj.student:id/tv_time"][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12882766',
},
],
});