alink-cli 0.8.3 → 0.8.4
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/ui.js +4 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -48538,7 +48538,7 @@ function App2() {
|
|
|
48538
48538
|
}
|
|
48539
48539
|
items.push({ label: "\u67E5\u770B\u72B6\u6001\u8BE6\u60C5", value: "status" });
|
|
48540
48540
|
items.push({ label: loggedIn ? "\u9000\u51FA\u8D26\u53F7" : "\u767B\u5F55\u8D26\u53F7", value: loggedIn ? "logout" : "login" });
|
|
48541
|
-
if (!loggedIn) items.push({ label: "\
|
|
48541
|
+
if (!loggedIn) items.push({ label: "\u514D\u767B\u5F55\u914D\u5BF9\uFF08\u65E0\u9700\u8D26\u53F7\uFF0C\u7AEF\u5230\u7AEF\u52A0\u5BC6\uFF09", value: "pair" });
|
|
48542
48542
|
items.push({ label: "\u67E5\u770B\u673A\u5668", value: "machines", disabled: !loggedIn });
|
|
48543
48543
|
items.push({ label: "\u8BBE\u7F6E", value: "settings" });
|
|
48544
48544
|
items.push({ label: "\u5E2E\u52A9", value: "help" });
|
|
@@ -48961,6 +48961,9 @@ function PairView({ onDone, onCancel }) {
|
|
|
48961
48961
|
}
|
|
48962
48962
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Box_default, { flexDirection: "column", borderStyle: "round", borderColor: "cyan", paddingX: 1, children: [
|
|
48963
48963
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { color: "white", children: "\u5C06\u9000\u51FA TUI \u5E76\u8FDB\u5165\u626B\u7801\u914D\u5BF9\u6D41\u7A0B\u3002" }),
|
|
48964
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { color: "gray", children: "\u914D\u5BF9\u540E\u53EF\u5728\u6D4F\u89C8\u5668\u76F4\u63A5\u4F7F\u7528\uFF0C\u65E0\u9700\u6CE8\u518C\u6216\u767B\u5F55\u8D26\u53F7\u3002" }),
|
|
48965
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { color: "gray", children: "\u4F1A\u8BDD\u5728\u6D4F\u89C8\u5668\u4E0E\u672C\u673A\u4E4B\u95F4\u7AEF\u5230\u7AEF\u52A0\u5BC6\uFF0C\u670D\u52A1\u5668\u53EA\u4E2D\u8F6C\u3001\u770B\u4E0D\u5230\u660E\u6587\u3002" }),
|
|
48966
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { color: "gray", children: "\u767B\u5F55\u8D26\u53F7\u53EA\u662F\u5E2E\u4F60\u5B89\u5168\u4FDD\u5B58\u52A0\u5BC6\u5BC6\u94A5\uFF0C\u65B9\u4FBF\u6362\u8BBE\u5907\u65F6\u81EA\u52A8\u6062\u590D\u3002" }),
|
|
48964
48967
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { color: "gray", children: "Enter \u7EE7\u7EED \xB7 Esc \u53D6\u6D88" })
|
|
48965
48968
|
] });
|
|
48966
48969
|
}
|
package/package.json
CHANGED