refactor: 优化管理端配置页加载与导航,更新本地端口说明

This commit is contained in:
2026-05-18 11:28:19 +08:00
parent fae8c1ae01
commit afffa4e508
6 changed files with 11 additions and 24 deletions

View File

@@ -9,10 +9,11 @@ function pad2(n: number): string {
*/
export function formatAdminInstant(
iso: string | null | undefined,
_options: {
options: {
locale: AdminApiLocale;
},
): string {
void options;
if (iso == null || iso === "") {
return "—";
}