diff --git a/src/layout/components/source-link/index.vue b/src/layout/components/source-link/index.vue new file mode 100644 index 00000000..5889cb5a --- /dev/null +++ b/src/layout/components/source-link/index.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/src/layout/index.vue b/src/layout/index.vue index 8cb8bcfd..bfb7e136 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -62,6 +62,7 @@ + @@ -79,6 +80,7 @@ import { useDesignSetting } from '@/hooks/setting/useDesignSetting'; import { useRoute } from 'vue-router'; import { useProjectSettingStore } from '@/store/modules/projectSetting'; + import FsSourceLink from '@/layout/components/source-link/index.vue'; const { getDarkTheme } = useDesignSetting(); const {