feat(到梦空间): 全屏广告-学习活动

Signed-off-by: An! <76437910+IceeAn@users.noreply.github.com>
This commit is contained in:
An! 2024-01-26 01:24:16 +08:00 committed by GitHub
parent 0c337abd47
commit 916389bde0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jingcai.apps.qualitydev',
name: '到梦空间',
groups: [
{
key: 0,
name: '全屏广告-学习活动',
desc: '开屏后屏幕下方的弹窗广告',
quickFind: true,
activityIds:
'com.jingcai.apps.qualitydev.qualitync.activity_home.ActivityMainTab',
rules: 'TextView[text="关闭"][clickable=true][id$="id/tv_step"]',
snapshotUrls: 'https://i.gkd.li/import/14054117',
},
],
});