From 4ee104cd6db4a26f185fb8ce9d7343dd03c022d4 Mon Sep 17 00:00:00 2001 From: wangzhaohui Date: Tue, 6 Jan 2026 21:27:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=E2=80=9Cintranet-update=E2=80=9D?= =?UTF-8?q?=20indicates=20whether=20the=20current=20mode=20is=20updating?= =?UTF-8?q?=20from=20intranet=20update=20platform.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task: https://pms.uniontech.com/task-view-385337.html --- .../org.deepin.dde.lastore.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json b/usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json index 6b5abb926..c5435c18c 100644 --- a/usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json +++ b/usr/share/dsg/configs/org.deepin.dde.lastore/org.deepin.dde.lastore.json @@ -585,6 +585,19 @@ "description": "Enable incremental update", "permissions": "readwrite", "visibility": "private" + }, + "intranet-update": { + "value": false, + "serial": 0, + "flags": [ + "global" + ], + "name": "IntranetUpdate", + "name[zh_CN]": "内网升级", + "description[zh_CN]": "从内网升级平台获取更新", + "description": "update from intranet update platform", + "permissions": "readonly", + "visibility": "private" } } }