1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 11:59:28 +08:00

fix: 修复域名 后缀带 / 问题,修改doc文档

This commit is contained in:
小莫唐尼
2026-04-24 18:06:23 +08:00
parent 72dc278a2b
commit 73bc88bad8
3 changed files with 11 additions and 16 deletions
+3 -4
View File
@@ -2,11 +2,10 @@
const UHaloBaseConfig = Object.freeze({
/** 基础请求域名:你的Halo博客基础域名,注意,域名后面不能带有斜杠【/】 */
BASE_API: "",
// BASE_API: "",
// 示例:
// BASE_API: "https://blog.xiaoxiaomo.cn",
// BASE_API: "https://www.xhhao.com",
BASE_API: "https://blog.xiaoxiaomo.cn",
// todo:可能有其他配置
})