mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
fix: update package.json dependencies and refactor share composables for improved functionality
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user