Skip to content

Commit

Permalink
fix: 快速配置中的文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozzzi committed Jan 10, 2024
1 parent edf181a commit 697b8b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<iframe v-else :src="blogUrlPreview" width="100%"></iframe>
</div>

<div class="document">有疑问?查看文档。</div>
<div class="document" @click="openExtenal('http://localhost:5175/blossom-doc/guide/deploy/blog.html')">有疑问?查看文档。</div>
</div>
<!--
Expand All @@ -117,7 +117,7 @@ import { useServerStore } from '@renderer/stores/server'
import { useUserStore } from '@renderer/stores/user'
import { KEY_BLOSSOM_OBJECT_STORAGE_DOMAIN, KEY_WEB_ARTICLE_URL } from '@renderer/stores/user'
import { isBlank } from '@renderer/assets/utils/obj'
import { writeText } from '@renderer/assets/utils/electron'
import { openExtenal, writeText } from '@renderer/assets/utils/electron'
import { paramUpdApi, userParamUpdApi } from '@renderer/api/blossom'
const userStore = useUserStore()
Expand Down Expand Up @@ -156,7 +156,7 @@ const URL_SUFFIX_SERVER = '/blog/#/articles?articleId='
const URL_SUFFIX = '/#/articles?articleId='
const previewId = -999
const blogType = ref<BlogType>('backend')
const customBlogUrl = ref('')
const customBlogUrl = ref(userStore.userParams.WEB_ARTICLE_URL)
const customBlogUrlError = ref(false)
/**
Expand Down

0 comments on commit 697b8b2

Please sign in to comment.