fix: country code

This commit is contained in:
hamster1963
2024-11-27 08:56:17 +08:00
parent d36f740650
commit d98a42fcd8
3 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ export interface NezhaAPI {
id: number;
name: string;
last_active: string;
country_code: string;
host: NezhaAPIHost;
state: NezhaAPIStatus;
}