mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-05 13:10:09 +00:00
feat(header): site name
This commit is contained in:
@@ -149,3 +149,13 @@ export interface CycleTransferData {
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
export interface SettingResponse {
|
||||
success: boolean;
|
||||
data: {
|
||||
language: string;
|
||||
site_name: string;
|
||||
custom_code: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user