Upgrade to 0.6.2
This commit is contained in:
parent
ead3c11bc0
commit
b5e1a07546
|
|
@ -1,5 +1,13 @@
|
|||
# 版本日志
|
||||
|
||||
### 0.6.2
|
||||
- 修复非wiki路径下atom重新得到焦点检查库变化时报错问题
|
||||
- 修复二级目录不能粘帖截图的问题 [#8](https://github.com/TevinLi/amWiki/issues/8)
|
||||
- 优化web端导航栏筛选显示效果
|
||||
- 重写文档"Markdown快速开始"与"markdown语法高亮",提高此两篇文档表达效果
|
||||
- 允许library目录下三层深度存在由点开头的额外文件夹
|
||||
- 添加贡献指引
|
||||
|
||||
### 0.6.1
|
||||
- 增加本地存储校对,每次打开页面时,清除已失效的文档存储
|
||||
- 修复在atom中二级目录文档按f12在浏览器中打开时,没有导航栏高亮的问题
|
||||
|
|
|
|||
|
|
@ -128,7 +128,6 @@ module.exports = {
|
|||
if (typeof state.libraryMD5[curLibrary] == 'undefined') {
|
||||
return;
|
||||
}
|
||||
console.log(curLibrary);
|
||||
//延迟0.1秒,等待系统文件操作完毕再读取
|
||||
setTimeout(function () {
|
||||
directories.readLibraryDir(curLibrary, function (err, tree, files) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue