Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Aug 4, 2020
1 parent ce877e0 commit 05f856a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* 当前版本
*/
'version' => '1.2.2',
'version' => '1.2.3',
/**
* 版本检查
*/
Expand Down
10 changes: 5 additions & 5 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ class="wz-box-tag pull-right wz-project-count">{{ $proj->catalog->name ?? '' }}<

<div class="wz-version-suggest">
<ul class="wz-version-suggest-items">
<li>1、文档内容区域支持暗色模式</li>
<li>2、表格类型文档支持使用 <b>Alt+Enter</b> 实现单元格换行</li>
<li>3、表格类型文档从 Excel 文件复制粘贴内容</li>
<li>4、Bugfix</li>
<li>1、Markdown 文档增加<a target="_blank" href="https://github.com/mylxsw/wizard/wiki/Markdown-%E6%89%A9%E5%B1%95%E8%AF%AD%E6%B3%95">扩展语法</a>,用于展示彩色背景的提示文案</li>
<li>2、优化 Latex 公式展示效果,解决导出 PDF 文档中无法展示公式的问题</li>
<li>3、Markdown 文档上传图片后,支持弹窗中修改图片展示宽度和高度</li>
<li>4、其它 Bugfix</li>
</ul>
</div>

Expand Down Expand Up @@ -216,4 +216,4 @@ class="wz-box-tag pull-right wz-project-count">{{ $proj->catalog->name ?? '' }}<
}
});
</script>
@endpush
@endpush

0 comments on commit 05f856a

Please sign in to comment.