feat(维护云): 开屏广告 (#1064)

close #1063
This commit is contained in:
CallMeBill 2023-10-15 02:31:09 +08:00 committed by GitHub
parent 399003a253
commit ec4ed04231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.shunwang.weihuyun',
name: '维护云',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.shunwang.maintaincloud.welcome.SplashActivity'],
rules: [
{
matches: '[id="com.shunwang.weihuyun:id/tv_jump"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12903874'],
},
],
},
],
});