34 lines
596 B
Plaintext
Raw Normal View History

2025-04-10 10:28:07 +08:00
export const DbTag = '[DBTag]';
// 串口 tag
export const SerialPortTag = '[SerialPortTag]';
// usb tag
export const UsbTag = '[UsbTag]';
//voice tag
export const VoiceTag = '[VoiceTag]';
//video tag
export const VideoTag = '[VideoTag]';
//file tag
export const FileTag = '[FileTag]';
//tcp tag
export const TCPTag = '[TcpClient]';
//udp tag
export const UDPTag = '[UdpClient]';
//fileHelp tag
export const FileHelpTag = '[FileHelp]';
//request tag
2025-04-28 15:51:50 +08:00
export const RequestTag = '[Request]';
//entry tag
2025-06-11 17:50:37 +08:00
export const EntryTag = '[Entry]';
//worker tag
export const WorkerTag = '[Worker]';