Skip to content

Commit

Permalink
docs: 更新 TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Sep 6, 2022
1 parent d3907e8 commit 9c592a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@
- [x] 可添加具有自定义权限的协作者
- [x] 自定义页面
- [x] RSS 订阅
- [ ] 自定义导航栏
- [ ] 完善可自定义上传文件的自定义页面功能(现在的自定义页面有潜在的 css 污染问题)
- [ ] 增加在特定事件后触发执行自定义代码或 webhook 的扩展能力
- [ ] 插件系统
- [ ] 自定义主题(前端渲染器)系统
- [ ] 浏览器消息通知
- [ ] 文章/草稿的历史版本管理
- [ ] 精简配置项,尽可能移动到运行时配置
- [ ] 增加 ORM 层,适配更多数据库
- [ ] 增加一些 e2e 测试,集成到 CI
Expand Down
21 changes: 12 additions & 9 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ VanBlog 是一款简洁实用优雅的高性能个人博客系统。支持 HTTPS
- [x] 可添加具有自定义权限的协作者
- [x] 自定义页面
- [x] RSS 订阅
- [ ] 完善可自定义上传文件的自定义页面功能(现在的自定义页面有潜在的 css 污染问题)
- [ ] 增加在特定事件后触发执行自定义代码或 webhook 的扩展能力
- [ ] 插件系统
- [ ] 自定义主题(前端渲染器)系统
- [ ] 浏览器消息通知
- [ ] 精简配置项,尽可能移动到运行时配置
- [ ] 国际化
- [ ] 增加一些 e2e 测试,集成到 CI
- [ ] 增加 ORM 层,适配更多数据库
- [x] 导入 md 创建文章/草稿功能
- [x] 支持 mermaid 语法
- [x] 替换编辑器为 bytemd(掘金同款)(老的编辑器有些臃肿,复制偶尔会有格式会错乱的问题)
Expand All @@ -102,6 +93,18 @@ VanBlog 是一款简洁实用优雅的高性能个人博客系统。支持 HTTPS
- [x] 捐赠信息展示
- [x] 搜索可以快捷键选择
- [x] 高级一点的 404 页面
- [ ] 自定义导航栏
- [ ] 完善可自定义上传文件的自定义页面功能(现在的自定义页面有潜在的 css 污染问题)
- [ ] 增加在特定事件后触发执行自定义代码或 webhook 的扩展能力
- [ ] 插件系统
- [ ] 自定义主题(前端渲染器)系统
- [ ] 浏览器消息通知
- [ ] 文章/草稿的历史版本管理
- [ ] 精简配置项,尽可能移动到运行时配置
- [ ] 增加 ORM 层,适配更多数据库
- [ ] 增加一些 e2e 测试,集成到 CI
- [ ] 国际化


## 打赏

Expand Down

0 comments on commit 9c592a1

Please sign in to comment.