diff --git a/pages/index.vue b/pages/index.vue index 1044a01..a5f4291 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -3,7 +3,12 @@
-

Deep Research

+

+ Deep Research + + v{{ version }} + +

@@ -57,6 +62,7 @@ const { t, locale } = useI18n() const { config } = storeToRefs(useConfigStore()) const toast = useToast() + const version = useRuntimeConfig().public.version const configManagerRef = ref>() const formRef = ref>()