From 475afeb7c8a11f52634b08f508593991a28ca83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 17 May 2024 21:30:37 +0800 Subject: [PATCH] build: 1.3.5-beta28 --- src/webui/ui/NapCat.ts | 4 ++-- static/assets/renderer.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webui/ui/NapCat.ts b/src/webui/ui/NapCat.ts index f0e7bc2f..37e3ddd7 100644 --- a/src/webui/ui/NapCat.ts +++ b/src/webui/ui/NapCat.ts @@ -37,14 +37,14 @@ async function onSettingWindowCreated(view: Element) { "启用 HTTP 服务", undefined, SettingSwitch("ob11.http.enable", ob11Config.http.enable, { - "control-display-id": "config-ob11-http.port", + "control-display-id": "config-ob11-http-port", }) ), SettingItem( "HTTP 服务监听端口", undefined, `
`, - "config-ob11-http.port", + "config-ob11-http-port", ob11Config.http.enable ), SettingItem( diff --git a/static/assets/renderer.js b/static/assets/renderer.js index 7e88edc2..9c3ca6e4 100644 --- a/static/assets/renderer.js +++ b/static/assets/renderer.js @@ -175,14 +175,14 @@ async function onSettingWindowCreated(view) { "启用 HTTP 服务", void 0, SettingSwitch("ob11.http.enable", ob11Config.http.enable, { - "control-display-id": "config-ob11-http.port" + "control-display-id": "config-ob11-http-port" }) ), SettingItem( "HTTP 服务监听端口", void 0, `
`, - "config-ob11-http.port", + "config-ob11-http-port", ob11Config.http.enable ), SettingItem(