feat: add version display

This commit is contained in:
hamster1963
2024-12-04 16:04:09 +08:00
parent 1f9b667f0a
commit 97b5ff3a63
4 changed files with 16 additions and 9 deletions

View File

@@ -163,5 +163,6 @@ export interface SettingResponse {
language: string;
site_name: string;
custom_code: string;
version: string;
};
}