mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
build: 1.3.5-beta23
This commit is contained in:
parent
407c6b4c5f
commit
4cc307299d
@ -272,8 +272,10 @@ async function onSettingWindowCreated(view: Element) {
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
initReverseHost("http.postUrls", doc);
|
||||
initReverseHost("reverseWs.urls", doc);
|
||||
|
||||
doc
|
||||
.querySelector("#config-ob11-http-postUrls-add")
|
||||
?.addEventListener("click", () =>
|
||||
@ -281,6 +283,7 @@ async function onSettingWindowCreated(view: Element) {
|
||||
placeholder: "如:http://127.0.0.1:5140/onebot",
|
||||
})
|
||||
);
|
||||
|
||||
doc
|
||||
.querySelector("#config-ob11-reverseWs-urls-add")
|
||||
?.addEventListener("click", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user