blossom/blossom-web
xiaozzzi 64a8d730a6 refactor: 文档菜单重构
1. 无限层级菜单
2. 文档拖拽排序
2024-04-04 15:41:00 +08:00
..
doc/imgs web 优化 2023-08-09 14:34:57 +08:00
env 博客端与后端集成,博客端配置外置 2023-12-12 21:39:07 +08:00
public feat: 自定义临时访问链接的有效时长 2024-01-31 22:54:31 +08:00
src refactor: 文档菜单重构 2024-04-04 15:41:00 +08:00
.gitignore 增加忽略文件 2023-12-16 14:06:19 +08:00
.prettierrc.yaml prettier 2023-10-14 14:38:47 +08:00
declaration.d.ts 博客支持查看待办事项与日历计划 2023-11-17 15:58:57 +08:00
global.d.ts 博客端与后端集成,博客端配置外置 2023-12-12 21:39:07 +08:00
index.html perf: 修改等宽博客字体 2024-01-29 22:41:43 +08:00
package-lock.json release: 版本号变更 2024-02-05 20:55:13 +08:00
package.json release: 版本号变更 2024-02-05 20:55:13 +08:00
README.md 更新 README 2023-11-26 23:16:44 +08:00
tsconfig.config.json init 2023-08-07 11:50:22 +08:00
tsconfig.json build: tsconfig 兼容 2024-01-08 21:09:03 +08:00
vite.config.ts 博客端与后端集成,博客端配置外置 2023-12-12 21:39:07 +08:00

Blossom-doc

Blossom 笔记软件的博客工程

博客页面的使用文档

博客移动端

# 下载依赖
npm install

# 构建
npm run build