返回提交历史
Modified
static/webui/script.js
+3
-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
代码差异
1 个文件
+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
}