Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(识货):更新提示、规则分类
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 25, 2024
1 parent 0c337ab commit df3bbc4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/apps/com.hupu.shihuo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineAppConfig({
groups: [
{
key: 2,
name: '请求消息通知',
name: '通知提示-请求消息通知',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
Expand All @@ -17,13 +17,29 @@ export default defineAppConfig({
},
{
key: 3,
name: '广告弹窗',
name: '全屏广告-广告弹窗',
desc: '点击左上角x关闭',
activityIds:
'com.shizhuang.duapp.modules.rn.mini.MiniReactActivity$MiniUITranslucentReactActivity',
rules:
'[id="com.hupu.shihuo:id/fragment_container"] >11 @ViewGroup[clickable=true] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13115664',
},
{
key: 4,
name: '更新提示',
desc: '点击"以后再说"',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
activityIds: 'com.shizhi.shihuoapp.module.main.ui.main.MainActivity',
matches: '[text="发现新版本"] +2 ViewGroup > [text="以后再说"]',
snapshotUrls: 'https://i.gkd.li/import/14052208',
},
],
},
],
});

0 comments on commit df3bbc4

Please sign in to comment.