refactor: auto reg in widget default true

This commit is contained in:
Tristan Yang
2024-01-22 11:34:58 +08:00
parent 93eb6acb3c
commit 6e0f225d1c
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
((w, d) => {
const {
hostId = 1,
autoReg = "false",
autoReg = "true",
loginToken = "",
closeWidth = 48,
closeHeight = 48,