@aiyiran/myclaw 1.1.53 → 1.1.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.
@@ -38,7 +38,7 @@
38
38
  bar.style.cssText = [
39
39
  "position: fixed",
40
40
  "bottom: 8px",
41
- "right: 40px",
41
+ "right: 5px",
42
42
  "padding: 3px 10px",
43
43
  "background: rgba(120, 120, 120, 0.18)",
44
44
  "color: rgba(170, 170, 170, 0.9)",
@@ -79,7 +79,7 @@
79
79
  btn.style.cssText = [
80
80
  "position: fixed",
81
81
  "bottom: 8px",
82
- "right: 340px",
82
+ "right: 175px",
83
83
  "padding: 2px 8px",
84
84
  "background: none",
85
85
  "color: rgba(150, 150, 150, 0.4)",
@@ -114,7 +114,7 @@
114
114
  btn.style.cssText = [
115
115
  "position: fixed",
116
116
  "bottom: 8px",
117
- "right: 190px",
117
+ "right: 90px",
118
118
  "padding: 3px 10px",
119
119
  "background: rgba(59, 130, 246, 0.85)",
120
120
  "color: #fff",
@@ -1472,7 +1472,7 @@ btn.addEventListener("click", function () {
1472
1472
  // ── 按钮列表 ──
1473
1473
  var btns = [
1474
1474
  { label: "\uD83D\uDCAC \u6DFB\u52A0\u5BF9\u8BDD", desc: "\u6253\u5F00\u5DF2\u6709\u4F19\u4F34\u7684\u5BF9\u8BDD\u7A97\u53E3", hasInput: true, inputTitle: "\u6DFB\u52A0\u5BF9\u8BDD", placeholder: "\u8F93\u5165\u4F19\u4F34\u540D\u79F0\uFF0C\u5982 kakaxi", hint: "\u8F93\u5165\u4F60\u7684\u4F19\u4F34\u7684\u540D\u79F0\uFF08\u82F1\u6587\u5B57\u6BCD\u3001\u6570\u5B57\u3001\u8FDE\u5B57\u7B26\uFF09\uFF0C\u70B9\u51FB\u540E\u4F1A\u6253\u5F00\u5BF9\u8BDD\u7A97\u53E3", cmd: "mc tui {name}", color: "#10b981" },
1475
- { label: "\uD83D\uDE80 \u5347\u7EA7", desc: "\u5347\u7EA7 myclaw \u5230\u6700\u65B0\u7248\u672C", hasInput: false, cmd: "mc up", color: "#8b5cf6" },
1475
+ { label: "\uD83D\uDE80 \u5347\u7EA7", desc: "\u5347\u7EA7 myclaw \u5230\u6700\u65B0\u7248\u672C", hasInput: false, cmd: "mc server", color: "#8b5cf6" },
1476
1476
  { label: "\uD83D\uDD04 \u91CD\u542F", desc: "\u91CD\u542F\u670D\u52A1\uFF0C\u4FEE\u590D\u5927\u591A\u6570\u95EE\u9898", hasInput: false, cmd: "mc all", color: "#ef4444" },
1477
1477
  { label: "\uD83E\uDD1D \u65B0\u4F19\u4F34", desc: "\u521B\u5EFA\u4E00\u4E2A\u65B0\u7684 AI \u4F19\u4F34", hasInput: true, inputTitle: "\u65B0\u5EFA\u4F19\u4F34", placeholder: "\u8F93\u5165\u65B0\u4F19\u4F34\u540D\u79F0\uFF0C\u5982 my-cat", hint: "\u7ED9\u4F60\u7684\u65B0 AI \u4F19\u4F34\u8D77\u4E2A\u540D\u5B57\uFF08\u82F1\u6587\u5B57\u6BCD\u3001\u6570\u5B57\u3001\u8FDE\u5B57\u7B26\uFF09\uFF0C\u70B9\u51FB\u540E\u4F1A\u81EA\u52A8\u521B\u5EFA", cmd: "mc new {name}", color: "#3b82f6" },
1478
1478
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {