refactor(ui): change serverVersion field localtion

This commit is contained in:
ReaJason
2026-01-14 00:27:32 +08:00
parent 6844c8336c
commit 37aec27cde
11 changed files with 154 additions and 122 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function formatBytes(bytes: number) {
return `${kbValue} ${sizes[1]}`;
}
export function shouldHidden(shellType: string | undefined) {
export function notNeedUrlPattern(shellType: string | undefined) {
if (shellType === undefined) {
return false;
}