Skip to content

Commit

Permalink
Fix SearchMulti Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleYang0531 committed Aug 1, 2024
1 parent 576633c commit 53adc11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"logSystem.debug": false,
"logSystem.target": 1,
"logSystem.targetFile": "./log.txt",
"sonolus.version": "0.8.3",
"sonolus.version": "0.8.4",
"sonolus.itemsPerPage": 20,
"session.expireTime": 30,
"export.retryTime": 5,
Expand Down
11 changes: 5 additions & 6 deletions config/singleplayer_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,18 @@
{ "type": "background" },
{ "type": "effect" },
{ "type": "particle" },
{ "type": "engine" }
{ "type": "engine" },
{ "type": "configuration" }
],
"server.logo": "c3e27937fb9578065038d7988c6d4f955b584d95",
"server.banner": [
{ "name": "Phigros Banner", "hash": "b4b42df0b336e852d14b4d334c3d99f8992626d8" },
{ "name": "Sirius 1st Anniversary", "hash": "ff4aeb7f818d14508dd98699d71102fc57547c44" }
],
"server.rootUrl": "192.168.0.18:8080",
"server.rootUrl": "127.0.0.1:8080",
"server.data.prefix": [
{ "name": "Default Data Source", "url": "" },
{ "name": "Global", "url": "https://cdn.jsdelivr.net/gh/LittleYang0531/phigros-private-data/" },
{ "name": "Proxy", "url": "https://cdn.jsdmirror.com/gh/LittleYang0531/phigros-private-data/" }
{ "name": "Default Data Source", "url": "" }
],
"server.multiplayer.address": "ws://192.168.0.18:8080",
"server.multiplayer.address": "ws://127.0.0.1:8080",
"language.default": "zhs"
}

0 comments on commit 53adc11

Please sign in to comment.