Skip to content

Commit

Permalink
fix: 添加帮助文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 10, 2023
1 parent f9deaf4 commit 10bd726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/set/PublishSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ onMounted(async () => {
<h2>FAQ:</h2>
<div class="setting-help">
不会配置,或者配置遇到问题?<a
href="https://educated-cook-23c.notion.site/1cdc3ab5db72442e99fa25922584d9b1"
href="https://blog.terwer.space/s/20230810132040-nn4q7vs"
target="_blank"
>请点击这里查看完整版平台配置指南</a
>
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/default/DefaultFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="footer">
<div>
<span class="text"> &copy;2011-{{ nowYear }} </span>
<span class="text s-dark" @click="goGithub()">&nbsp;sy-post-publisher&nbsp;</span>
<span class="text s-dark" @click="goGithub()">&nbsp;siyuan-plugin-publisher&nbsp;</span>

<span class="text" @click="goToApiTest">v{{ v }}&nbsp;</span>

Expand Down Expand Up @@ -83,7 +83,7 @@ const nowYear = DateUtil.nowYear()
const router = useRouter()
const goGithub = () => {
window.open("https://github.com/terwer/sy-post-publisher")
window.open("https://github.com/terwer/siyuan-plugin-publisher")
}
const goAbout = () => {
Expand Down

0 comments on commit 10bd726

Please sign in to comment.