mirror of
https://github.com/keven1024/015.git
synced 2026-06-08 13:24:33 +00:00
feat(front): add AboutVersionView component and enhance AboutBaseInfo with object-fit styling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user