feat(中国广电): 添加版本弹窗规则 (#83)

Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
echo
2023-09-15 16:34:08 +08:00
committed by GitHub
parent e47ccae000
commit 3823f7c5e6

View File

@@ -16,5 +16,16 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '版本弹窗',
activityIds: ['com.ai.obc.cbn.app.ui.other.activity.MainActivity'],
rules: [
{
matches: '[id$="/ivDis"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12617201'],
},
],
},
],
});