fix(office): mask ipv4 in main/node text fields

This commit is contained in:
lpf
2026-03-05 14:45:42 +08:00
parent cad3a4a20c
commit 0cd8dc18b2
3 changed files with 68 additions and 9 deletions

View File

@@ -2,6 +2,8 @@ import React, { useEffect, useMemo, useState } from 'react';
import { OFFICE_CANVAS, OFFICE_ZONE_POINT, OFFICE_ZONE_SLOTS, OfficeZone } from './officeLayout';
export type OfficeMainState = {
id?: string;
name?: string;
state?: string;
detail?: string;
zone?: string;