v1.6.1
版本发布时间: 2021-11-10 23:04:26
xcyeye/aurora-blog最新发布版本:v1.13.0(2022-02-24 23:16:51)
Bug Fixes
- coze-plugin: fix input box of the default registered component positon (1d95984)
- coze-plugin: fix leanCloud improper operation and no data emergencies (cab22cf)
- coze-plugin: fix the bug of clicking twice in a row (b780c29)
- coze-plugin: update coze-plugin (24539b1)
- fix homesidebar con't read url (837679c)
- fix that the article URL is invalid when opening the picture in a new tab (5ee2d4a)
- fix the problem of fixed failure when writing talk (2aced5a)
- update coze-plugin (79f9058)
Build System
- restructure the structure of the theme directory structure (dc83108)
Features
- coze-login: custom login to increase login (e67999e)
- coze-plugin: add other user support (0cae5b3)
- plugin: add vuepress-plugin-coze (d8db9c2)
BREAKING CHANGES
- Change the structure of the theme, the theme folder is not placed under the .vuepress folder
Bug Fixes
- 修复coze插件默认注册界面,输入框不对齐情况
- 修复leanCloud中有Talk类,但是没有数据情况下,不能编写说说问题
- 修复快速点赞,数据加减错误问题
- 修复侧边栏目录,不能获取到标题url问题
- 修复文章链接在在新标签中打开,图片失效问题
Build System
- 把主题文件夹移到docs同级,原来的docs/.vuepress/theme还存在,但是代码不在改变
Features
- 使用coze插件可以自定义注册,登录,登出等,除了默认提供的插件,额外提供的一个全局组件
- 其他用户也可以在你博客发布说说,但需要允许,默认关闭
- 说说功能使用插件实现
BREAKING CHANGES
主题的目录被改变,如果你是以前克隆仓库的,需要克隆最新版,并且主题github仓库移到vuepress-aurora组织下