@myun/gimi-chat 0.9.53 → 0.9.54

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.
@@ -109,7 +109,7 @@ var MentionList = /*#__PURE__*/forwardRef(function (_ref, ref) {
109
109
  toolName: (_item$toolName = item.toolName) !== null && _item$toolName !== void 0 ? _item$toolName : ''
110
110
  }), "</skilltool>");
111
111
  var currentLen = getCurrentTextLength();
112
- if (currentLen + serialized.length > 1000) {
112
+ if (currentLen + serialized.length > 10000) {
113
113
  Toast.warning(t('common.skillExceedLimit'));
114
114
  return;
115
115
  }
@@ -155,7 +155,7 @@ var MentionList = /*#__PURE__*/forwardRef(function (_ref, ref) {
155
155
  return /*#__PURE__*/React.createElement("div", {
156
156
  className: "skillItem"
157
157
  }, /*#__PURE__*/React.createElement("img", {
158
- src: item.imageUrl || '',
158
+ src: "https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202608/27/50553_20260827090545.png",
159
159
  className: "icon",
160
160
  alt: ""
161
161
  }), /*#__PURE__*/React.createElement("span", {
@@ -18,7 +18,7 @@ function ReferSlotComponent(props) {
18
18
  className: "ai-chat-input-refer-slot-wrapper"
19
19
  }, /*#__PURE__*/React.createElement("img", {
20
20
  className: "ai-chat-input-refer-slot-image",
21
- src: info.imageUrl || '',
21
+ src: "https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202608/27/50553_20260827090545.png",
22
22
  alt: ""
23
23
  }), /*#__PURE__*/React.createElement("span", {
24
24
  className: "ai-chat-input-refer-slot"
@@ -13,7 +13,7 @@ var SkillTag = function SkillTag(_ref) {
13
13
  return /*#__PURE__*/React.createElement("div", {
14
14
  className: styles.skillItem
15
15
  }, /*#__PURE__*/React.createElement("img", {
16
- src: item.imageUrl || '',
16
+ src: "https://simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202608/27/50553_20260827090545.png",
17
17
  className: styles.icon,
18
18
  alt: ""
19
19
  }), /*#__PURE__*/React.createElement("span", {