refactor(ui): change serverVersion field localtion

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 9620076443
commit 33753844a7
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;
}