mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-03 09:47:29 +08:00
fix(office): mask ipv4 in main/node text fields
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user