XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore(webui): omit conclave from supported syndicates (#2608)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2608 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

9cc0c76e
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +3 -0
Modified static/webui/script.js +3 -0
@@ -497,6 +497,9 @@ function fetchItemList() {
497 497 uniqueLevelCaps = items;
498 498 } else if (type == "Syndicates") {
499 499 items.forEach(item => {
500 if (item.uniqueName === "ConclaveSyndicate") {
501 return;
502 }
500 503 if (item.uniqueName.startsWith("RadioLegion")) {
501 504 item.name += " (" + item.uniqueName + ")";
502 505 }