feat(QooApp): 开屏广告 (#798)

Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
dlh 2023-10-10 00:06:45 +08:00 committed by GitHub
parent 0eded6c33f
commit f473d3226c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qooapp.qoohelper',
name: 'QooApp',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.qooapp.qoohelper.arch.welcome.WelcomeActivity',
rules: '[id="com.qooapp.qoohelper:id/skipTv"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12843901',
},
],
});