Skip to content

Commit 8a30ba5

Browse files
committed
迁移web和next-web #AI commit#
1 parent 50ee153 commit 8a30ba5

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
}
5959
},
6060
"exts": {
61+
"dss-plugin-webank": {
62+
"module": "exts/webank/index.js",
63+
"i18n": {
64+
"en": "exts/webank/i18n/en.json",
65+
"zh-CN": "exts/webank/i18n/zh.json"
66+
},
67+
"options": null
68+
},
6169
"dss-plugin-open": {
6270
"module": "exts/open-source/index.js",
6371
"i18n": {
@@ -75,24 +83,23 @@
7583
"options": null
7684
}
7785
},
78-
"components": {
79-
"WeEditorLsp": "editorLsp/index.js",
80-
"WeEditor": "editor/index.js"
81-
},
8286
"conf": {
8387
"app_name": "DataSphere Studio",
84-
"app_logo": "dss/assets/images/dssLogo.png",
85-
"user_guide": "",
88+
"app_logo": "dss/assets/images/smart-ds-white.svg",
8689
"isSandbox": true,
87-
"faq_link": "/_book/",
90+
"handbook": "/_book",
8891
"copy_project_enable": true,
8992
"error_report": true,
9093
"watermark": {
9194
"show": true,
9295
"template": "${username} ${time}",
9396
"timeupdate": 60000
9497
},
95-
"update_chrome": "/_book/知识库/DSS常见问题/其他/DSS使用推荐的浏览器版本.html"
98+
"update_chrome": "/知识库/DSS常见问题/其他/DSS使用推荐的浏览器版本.html"
99+
},
100+
"components": {
101+
"WeEditorLsp": "editorLsp/index.js",
102+
"WeEditor": "editor/index.js"
96103
},
97-
"version": "1.1.7"
104+
"version": "1.1.9"
98105
}

0 commit comments

Comments
 (0)