Skip to content

Commit

Permalink
[*] 修改帮助文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 19, 2024
1 parent d8191f1 commit d36058d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MainSideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const menuOptions = [
h(
'a',
{
href: 'https://doc.locyan.cn',
href: 'https://docs.locyanfrp.cn',
target: '_blank'
},
'帮助文档'
Expand Down
2 changes: 1 addition & 1 deletion src/views/MainView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import router from '@router'
const GoToDocs = () => {
window.open('https://doc.locyan.cn')
window.open('https://docs.locyanfrp.cn')
}
</script>

Expand Down

0 comments on commit d36058d

Please sign in to comment.