mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:42:21 +08:00
feat(到梦空间): 全屏广告-学习活动
Signed-off-by: An! <76437910+IceeAn@users.noreply.github.com>
This commit is contained in:
parent
0c337abd47
commit
916389bde0
18
src/apps/com.jingcai.apps.qualitydev.ts
Normal file
18
src/apps/com.jingcai.apps.qualitydev.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user