mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(中国广电): 版本弹窗 (#172)
* feat(中国广电) * chore: 移除 activityIds 随机后缀 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -19,11 +19,17 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '版本弹窗',
|
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: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[id$="/ivDis"]',
|
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',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user