diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 181e392bf..9014979fc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ **我确定我已经查看了** (标注`[ ]`为`[x]`) -- [ ] [Halo 使用文档](https://halo.run/guide) +- [ ] [Halo 文档](https://docs.halo.run) - [ ] [Github Wiki 常见问题](https://github.com/halo-dev/halo/wiki/4.-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) - [ ] [其他 Issues](https://github.com/halo-dev/halo-admin/issues) diff --git a/src/api/backup.js b/src/api/backup.js index 62a094453..352e81839 100644 --- a/src/api/backup.js +++ b/src/api/backup.js @@ -6,7 +6,7 @@ const backupApi = {} backupApi.importMarkdown = (formData, uploadProgress, cancelToken) => { return service({ - url: `${baseUrl}/markdown`, + url: `${baseUrl}/markdown/import`, timeout: 8640000, // 24 hours data: formData, // form data onUploadProgress: uploadProgress, diff --git a/src/views/interface/ThemeList.vue b/src/views/interface/ThemeList.vue index 09bff1b2a..87a854301 100644 --- a/src/views/interface/ThemeList.vue +++ b/src/views/interface/ThemeList.vue @@ -162,8 +162,8 @@ 更多主题请访问: https://halo.run/p/themes + href="https://halo.run/themes.html" + >https://halo.run/themes @@ -205,8 +205,8 @@ 目前仅支持远程 Git 仓库和 ZIP 下载链接。更多主题请访问: https://halo.run/p/themes + href="https://halo.run/themes.html" + >https://halo.run/themes diff --git a/src/views/system/About.vue b/src/views/system/About.vue index ef65bd20c..d335ab345 100644 --- a/src/views/system/About.vue +++ b/src/views/system/About.vue @@ -46,7 +46,20 @@