fix: update package.json dependencies and refactor share composables for improved functionality

This commit is contained in:
keven1024
2025-06-03 14:30:41 +08:00
parent 3eee404868
commit edf0fe471d
8 changed files with 25 additions and 25 deletions

View File

@@ -7,8 +7,9 @@ import { Skeleton } from "@/components/ui/skeleton";
import AboutChartTooltip from "@/components/AboutChartTooltip.vue";
import { filesize } from "filesize";
import SparkMD5 from "spark-md5";
import useMyAppConfig from "@/composables/useMyAppConfig";
const appConfig = useAppConfig();
const appConfig = useMyAppConfig();
const { site_title, site_desc } = appConfig.value || {};
const { data, isLoading } = useQuery({