mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
build: 1.3.5-beta28
This commit is contained in:
parent
7cbbb846eb
commit
475afeb7c8
@ -37,14 +37,14 @@ async function onSettingWindowCreated(view: Element) {
|
|||||||
"启用 HTTP 服务",
|
"启用 HTTP 服务",
|
||||||
undefined,
|
undefined,
|
||||||
SettingSwitch("ob11.http.enable", ob11Config.http.enable, {
|
SettingSwitch("ob11.http.enable", ob11Config.http.enable, {
|
||||||
"control-display-id": "config-ob11-http.port",
|
"control-display-id": "config-ob11-http-port",
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
SettingItem(
|
SettingItem(
|
||||||
"HTTP 服务监听端口",
|
"HTTP 服务监听端口",
|
||||||
undefined,
|
undefined,
|
||||||
`<div class="q-input"><input class="q-input__inner" data-config-key="ob11.http.port" type="number" min="1" max="65534" value="${ob11Config.http.port}" placeholder="${ob11Config.http.port}" /></div>`,
|
`<div class="q-input"><input class="q-input__inner" data-config-key="ob11.http.port" type="number" min="1" max="65534" value="${ob11Config.http.port}" placeholder="${ob11Config.http.port}" /></div>`,
|
||||||
"config-ob11-http.port",
|
"config-ob11-http-port",
|
||||||
ob11Config.http.enable
|
ob11Config.http.enable
|
||||||
),
|
),
|
||||||
SettingItem(
|
SettingItem(
|
||||||
|
@ -175,14 +175,14 @@ async function onSettingWindowCreated(view) {
|
|||||||
"启用 HTTP 服务",
|
"启用 HTTP 服务",
|
||||||
void 0,
|
void 0,
|
||||||
SettingSwitch("ob11.http.enable", ob11Config.http.enable, {
|
SettingSwitch("ob11.http.enable", ob11Config.http.enable, {
|
||||||
"control-display-id": "config-ob11-http.port"
|
"control-display-id": "config-ob11-http-port"
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
SettingItem(
|
SettingItem(
|
||||||
"HTTP 服务监听端口",
|
"HTTP 服务监听端口",
|
||||||
void 0,
|
void 0,
|
||||||
`<div class="q-input"><input class="q-input__inner" data-config-key="ob11.http.port" type="number" min="1" max="65534" value="${ob11Config.http.port}" placeholder="${ob11Config.http.port}" /></div>`,
|
`<div class="q-input"><input class="q-input__inner" data-config-key="ob11.http.port" type="number" min="1" max="65534" value="${ob11Config.http.port}" placeholder="${ob11Config.http.port}" /></div>`,
|
||||||
"config-ob11-http.port",
|
"config-ob11-http-port",
|
||||||
ob11Config.http.enable
|
ob11Config.http.enable
|
||||||
),
|
),
|
||||||
SettingItem(
|
SettingItem(
|
||||||
|
Loading…
Reference in New Issue
Block a user