feat(OPPO软件商店): 版本更新 (#2486)

* feat(OPPO软件商店):版本更新

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
jiuqianyuan
2023-11-26 21:06:43 +08:00
committed by GitHub
parent 6d82298227
commit 1b24a354cc

View File

@@ -2,16 +2,35 @@ import { defineAppConfig } from '../types';
export default defineAppConfig({ export default defineAppConfig({
id: 'com.heytap.market', id: 'com.heytap.market',
name: '软件商店', name: 'OPPO软件商店',
groups: [ groups: [
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/12506561',
},
{
key: 1,
name: '版本更新',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: activityIds:
'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity', 'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity',
rules: rules: [
'[id="android:id/content"] > RelativeLayout > LinearLayout > [text="跳过"||text="Skip"]', {
snapshotUrls: 'https://i.gkd.li/import/12506561', action: 'back',
matches:
'[id="com.heytap.market:id/tv_titile"][text="发现软件商店新版本"]',
snapshotUrls: 'https://i.gkd.li/import/13455965',
},
],
}, },
], ],
}); });