fix(Footer): 将节点显示文本从中文改为英文并添加空值处理

This commit is contained in:
二叉树树
2025-12-30 00:17:02 +08:00
parent 9a8bc891af
commit bb5fd1dccf

View File

@@ -61,6 +61,9 @@ try {
if (serverInfo) {
if (server) {
serverInfo.innerText = `访问节点: ${server}`;
} else {
return;
}
}
});
</script>