@keyueclaw/web-sdk 0.1.19 → 0.1.20

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.
@@ -1250,7 +1250,6 @@ Please report this to https://github.com/markedjs/marked.`,e){let e=`<p>An error
1250
1250
  <textarea
1251
1251
  .value=${e.skillAiChatMessage}
1252
1252
  data-skill-ai-reference-field="chat"
1253
- ?disabled=${o||e.skillAiChatSending}
1254
1253
  placeholder=${o?`生成完成后可继续对话…`:`继续对话,修改技能…`}
1255
1254
  rows="1"
1256
1255
  @input=${t=>e.onSkillAiChatMessageChange(t.currentTarget.value,t.currentTarget.selectionStart??void 0,e.skillAiReferenceMode!==`hidden`||(t.data?.includes(`@`)??!1))}