blossom/blossom-web
2024-01-08 21:09:03 +08:00
..
doc/imgs web 优化 2023-08-09 14:34:57 +08:00
env 博客端与后端集成,博客端配置外置 2023-12-12 21:39:07 +08:00
public 博客端与后端集成,博客端配置外置 2023-12-12 21:39:07 +08:00
src perf: 优化博客快捷配置的交互逻辑 2024-01-07 20:03:40 +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 feat: 全新的图片地址和博客相关配置功能 2024-01-03 23:55:04 +08:00
package-lock.json chore: 更新依赖 2024-01-07 23:48:38 +08:00
package.json chore: 更新依赖 2024-01-07 23:48:38 +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