feat(哈工大): 开屏页面 (#352)

* feat: 哈工大APP-开屏页面(虽然除了本校生应该没人用)

* feat: 哈工大APP-开屏页面(虽然除了本校生应该没人用)
This commit is contained in:
lsxuan12138
2023-09-25 14:19:38 +08:00
committed by GitHub
parent 83b2377edd
commit f3132536a6
2 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.edu.hit.welink',
name: '哈工大APP',
groups: [
{
key: 1,
name: '开屏广告',
activityIds: ['huawei.w3.ui.welcome.W3SplashScreenActivity'],
rules: [
{
matches: '[id="cn.edu.hit.welink:id/skip_button"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12710980',
},
],
},
],
});