Skip to content

Commit ea7f1b3

Browse files
authored
feat: add “intranet-update” indicates whether the current mode is updating from intranet update platform. (#280)
Task: https://pms.uniontech.com/task-view-385337.html
1 parent 64f6fa5 commit ea7f1b3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,19 @@
585585
"description": "Enable incremental update",
586586
"permissions": "readwrite",
587587
"visibility": "private"
588+
},
589+
"intranet-update": {
590+
"value": false,
591+
"serial": 0,
592+
"flags": [
593+
"global"
594+
],
595+
"name": "IntranetUpdate",
596+
"name[zh_CN]": "内网升级",
597+
"description[zh_CN]": "从内网升级平台获取更新",
598+
"description": "update from intranet update platform",
599+
"permissions": "readonly",
600+
"visibility": "private"
588601
}
589602
}
590603
}

0 commit comments

Comments
 (0)