refactor: 优化管理端配置页加载与导航,更新本地端口说明
This commit is contained in:
@@ -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 "—";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user