@myun/gimi-chat 0.9.64 → 0.9.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/answer-item/component/tool-list/index.js +1 -1
- package/dist/components/answer-item/component/tool-list/index.module.css +2 -2
- package/dist/components/message-list/skill-tag/index.module.css +1 -1
- package/dist/i18n/locales/en-US.js +1 -1
- package/dist/i18n/locales/zh-CN.js +1 -1
- package/dist/umd/index.min.js +1 -1
- package/package.json +1 -1
|
@@ -45,7 +45,7 @@ var ToolItemCom = function ToolItemCom(_ref) {
|
|
|
45
45
|
}
|
|
46
46
|
}, item.status === "COMPLETED" && /*#__PURE__*/React.createElement("img", {
|
|
47
47
|
className: styles.toolIcon,
|
|
48
|
-
src: "https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/
|
|
48
|
+
src: "https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202609/07/e5347_20260907085700.png"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("div", {
|
|
50
50
|
className: classNames(styles.toolName, _defineProperty({}, styles.running, item.status === "RUNNING" || item.status === "STARTED"))
|
|
51
51
|
}, item.toolName), item.status === "COMPLETED" && item.content && /*#__PURE__*/React.createElement(IconFont, {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
margin-right: 4px;
|
|
19
19
|
}
|
|
20
20
|
.toolItem .toolItemLabel .toolName {
|
|
21
|
-
color: var(--theme-
|
|
21
|
+
color: var(--theme-dustyNeutral, #878786);
|
|
22
22
|
font-size: 13px;
|
|
23
23
|
}
|
|
24
24
|
.toolItem .toolItemLabel .toolName.running {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
padding: 20px;
|
|
56
56
|
border-radius: 16px;
|
|
57
57
|
border: 1px solid var(--theme-lightNeutral, #E9EBF2);
|
|
58
|
-
background:
|
|
58
|
+
background-color: var(--theme-subtleNeutral, #F7F7F7);
|
|
59
59
|
margin-top: 12px;
|
|
60
60
|
}
|
|
61
61
|
.toolItem .confirmContent .confirmDesc {
|
|
@@ -59,7 +59,7 @@ var enUS = {
|
|
|
59
59
|
'trace.document.trialInvalidDoc': 'This document does not support trial preview',
|
|
60
60
|
'trace.document.trialFailed': 'Failed to load trial preview',
|
|
61
61
|
'trace.tryFullTips': 'You can preview part of the content. Click the button on the right to view the full content.',
|
|
62
|
-
'trace.tryFullTipsNoEntitlement': 'No
|
|
62
|
+
'trace.tryFullTipsNoEntitlement': 'No viewing rights. Please upgrade to Class A or reach out to your admin/instructor.',
|
|
63
63
|
'trace.tryFull': 'View',
|
|
64
64
|
'trace.iconAlt': 'Knowledge source icon',
|
|
65
65
|
'trace.countByType': '{{count}} {{type}}',
|
|
@@ -59,7 +59,7 @@ var zhCN = {
|
|
|
59
59
|
'trace.document.trialInvalidDoc': '该文档暂不支持试看',
|
|
60
60
|
'trace.document.trialFailed': '试看加载失败',
|
|
61
61
|
'trace.tryFullTips': '您当前可试看部分内容,点击右侧按钮查看完整内容。',
|
|
62
|
-
'trace.tryFullTipsNoEntitlement': '
|
|
62
|
+
'trace.tryFullTipsNoEntitlement': '您的账号暂无查看权益,查看完整内容需升级A类权益账号,可联系企业管理员或课程顾问进行沟通调整。',
|
|
63
63
|
'trace.tryFull': '查看',
|
|
64
64
|
'trace.iconAlt': '知识库溯源图标',
|
|
65
65
|
'trace.countByType': '{{count}}{{unit}}{{type}}',
|