1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

feat: 新增数据可视化看板、删除多余的文件

This commit is contained in:
小莫唐尼
2025-11-28 00:01:00 +08:00
parent 3643bdf6f6
commit 7ba35ffd5d
65 changed files with 13731 additions and 7182 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** 应用基础配置 */
const UHaloBaseConfig = Object.freeze({
/** 基础请求域名:你的Halo博客基础域名 */
/** 基础请求域名:你的Halo博客基础域名,注意,域名后面不能带有斜杠【/】 */
BASE_API: "",
// 示例:
// BASE_API: "https://blog.xiaoxiaomo.cn",