From eeecf94ae9e6956204cee187162957a06a054de6 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Tue, 19 Sep 2023 11:55:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E5=B9=BF=E7=94=B5):=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BC=B9=E7=AA=97=20(#172)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(中国广电) * chore: 移除 activityIds 随机后缀 --------- Co-authored-by: lisonge --- src/apps/com.ai.obc.cbn.app.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.ai.obc.cbn.app.ts b/src/apps/com.ai.obc.cbn.app.ts index bd435968..bac6fc28 100644 --- a/src/apps/com.ai.obc.cbn.app.ts +++ b/src/apps/com.ai.obc.cbn.app.ts @@ -19,11 +19,17 @@ export default defineAppConfig({ { key: 2, name: '版本弹窗', - activityIds: ['com.ai.obc.cbn.app.ui.other.activity.MainActivity'], + activityIds: [ + 'com.ai.obc.cbn.app.ui.other.activity.MainActivity', + 'com.ai.obc.cbn.app.ui.main.fragment.MainFragment', + ], rules: [ { matches: '[id$="/ivDis"]', - snapshotUrls: ['https://gkd-kit.gitee.io/import/12617201'], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12617201', + 'https://gkd-kit.gitee.io/import/12655061', + ], }, ], },