This commit is contained in:
zxr
2026-04-14 16:17:31 +08:00
parent b8a7ba1cbb
commit 8db158c390
16 changed files with 1174 additions and 42 deletions

View File

@@ -17,6 +17,7 @@ export interface ServerItem {
server_type: string
tags: string
location: string
asset_id?: number
remote_access: string
remote_port: number
agent_config: string
@@ -60,6 +61,7 @@ export interface ServerFormData {
server_type?: string
tags?: string
location?: string
asset_id?: number
remote_access?: string
remote_port?: number
agent_config?: string