Skip to content

Commit

Permalink
feat(大学搜题酱): 弹窗广告规则优化
Browse files Browse the repository at this point in the history
  • Loading branch information
aoguai committed Oct 13, 2023
1 parent 1e83106 commit 5cd8560
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/apps/com.zmzx.college.search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,18 @@ export default defineAppConfig({
},
{
key: 2,
name: '我的-弹窗广告',
activityIds:
name: '弹窗广告',
desc: '会出现在搜题页面与我的页面',
quickFind: true,
activityIds: [
'com.zmzx.college.search.activity.main.activity.MainActivity',
'com.zmzx.college.search.activity.questionsearch.camera.activity.PicSearchResultActivity',
],
rules: 'ImageView[id="com.zmzx.college.search:id/iv_close"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12867751',
snapshotUrls: [
'https://gkd-kit.songe.li/import/12867751',
'https://gkd-kit.songe.li/import/12894813',
],
},
],
});

0 comments on commit 5cd8560

Please sign in to comment.