koishi-plugin-starfx-bot 0.26.0 → 0.26.2
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/lib/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -65,7 +65,7 @@ var package_default = {
|
|
|
65
65
|
contributors: [
|
|
66
66
|
"StarFreedomX <starfreedomx@outlook.com>"
|
|
67
67
|
],
|
|
68
|
-
version: "0.26.
|
|
68
|
+
version: "0.26.1",
|
|
69
69
|
main: "lib/index.js",
|
|
70
70
|
typings: "lib/index.d.ts",
|
|
71
71
|
files: [
|
|
@@ -1858,7 +1858,7 @@ function apply(ctx, cfg) {
|
|
|
1858
1858
|
function joinRoom() {
|
|
1859
1859
|
const id = document.getElementById('roomInput').value.trim();
|
|
1860
1860
|
if (id) {
|
|
1861
|
-
window.location.href =
|
|
1861
|
+
window.location.href = \`\${id}\`;
|
|
1862
1862
|
}
|
|
1863
1863
|
}
|
|
1864
1864
|
// 支持回车键跳转
|