myagent-ai 1.15.22 → 1.15.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myagent-ai",
3
- "version": "1.15.22",
3
+ "version": "1.15.23",
4
4
  "description": "本地桌面端执行型AI助手 - Open Interpreter 风格 | Local Desktop Execution-Oriented AI Assistant",
5
5
  "main": "main.py",
6
6
  "bin": {
package/web/ui/index.html CHANGED
@@ -542,7 +542,7 @@ async function openEditAgentModal(path){
542
542
  <label class="btn btn-sm" style="cursor:pointer" ${isSys?'style=\"pointer-events:none;opacity:0.5\"':''}><input type="file" accept="image/*" hidden onchange="handleAvatarUpload(this,'ea')" ${isSys?'disabled':''}>
543
543
  📷 上传图片
544
544
  </label>
545
- ${a.avatar_image?'<button class="btn btn-sm btn-ghost" onclick="removeAvatarImage(\\''+escHtml(path)+'\\')">🗑️ 移除图片</button>':''}
545
+ ${a.avatar_image?'<button class="btn btn-sm btn-ghost" onclick="removeAvatarImage(&quot;'+escHtml(path)+'&quot;)">🗑️ 移除图片</button>':''}
546
546
  </div>
547
547
  <div id="eaCropArea" style="display:none;margin-top:8px">
548
548
  <div style="position:relative;display:inline-block">