mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
fix: server api schema (#6)
This commit is contained in:
@@ -464,7 +464,7 @@ export interface ModelSensorTemperature {
|
||||
export interface ModelServer {
|
||||
created_at: string;
|
||||
/** DDNS配置 */
|
||||
ddns_profiles: number[];
|
||||
ddns_profiles?: number[];
|
||||
/** 展示排序,越大越靠前 */
|
||||
display_index: number;
|
||||
/** 启用DDNS */
|
||||
|
||||
Reference in New Issue
Block a user