-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afef196
commit 2cf3325
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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', | ||
}, | ||
], | ||
}); |