Skip to content

Commit 503d9a6

Browse files
committed
Disable Options
1 parent 181669e commit 503d9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const getLoginConfig = async (serialList: string[]): Promise<ClientConfig
105105
message: "请选择连接方式:",
106106
choices: [
107107
{ title: "串口Command", value: "serial" },
108-
{ title: "以太网口Command", value: "ethernet" },
108+
{ title: "以太网口Command", value: "ethernet", disabled: true },
109109
{ title: "Telnet", value: "telnet" },
110110
{ title: "其他方式", value: "other" }
111111
],

0 commit comments

Comments
 (0)