feat(front): add AboutVersionView component and enhance AboutBaseInfo with object-fit styling

This commit is contained in:
keven
2025-10-19 18:38:00 +08:00
parent 07fc182ccb
commit da58c53909
4 changed files with 25 additions and 14 deletions

View File

@@ -6,6 +6,8 @@ const useMyAppConfig = () => {
site_url: string
site_icon: string
site_bg_url: string
version: string
build_time: number
}
}>('/api/config')
return computed(() => data?.value?.data)