fix(node): resolve port type validation error

This commit is contained in:
xboard
2025-05-09 19:53:59 +08:00
parent b614117bd2
commit 73226f6820
2 changed files with 4 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ use Illuminate\Database\Eloquent\Casts\Attribute;
* @property string $name 节点名称
* @property string $type 服务类型
* @property string $host 主机地址
* @property string $port 端口
* @property string|null $server_port 服务器端口
* @property string|int $port 端口
* @property int|null $server_port 服务器端口
* @property array|null $group_ids 分组IDs
* @property array|null $route_ids 路由IDs
* @property array|null $tags 标签