Skip to content

Commit

Permalink
add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Jun 28, 2023
1 parent 1b0844d commit 9cacda8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="logo/logo--color.svg" alt="cherry logo" width="50%"/></p>
<p align="center"><img src="logo/new_logo.png" alt="cherry logo" width="50%"/></p>

# Cherry Markdown Editor

Expand Down
Binary file added logo/new_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/Cherry.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ const defaultConfig = {
// 'hookName': {
//
// }
// 启用输入联想功能
suggester: {
suggester: [{}],
},
autoLink: {
/** 是否开启短链接 */
enableShortLink: true,
Expand Down Expand Up @@ -252,7 +256,7 @@ const defaultConfig = {
toolbarRight: [],
sidebar: [],
bubble: ['bold', 'italic', 'underline', 'strikethrough', 'sub', 'sup', 'quote', '|', 'size', 'color'], // array or false
float: ['h1', 'h2', 'h3', '|', 'checklist', 'quote', 'quickTable', 'code'], // array or false
float: ['h1', 'h2', 'h3', '|', 'checklist', 'quote', 'table', 'code'], // array or false
},
// 打开draw.io编辑页的url,如果为空则drawio按钮失效
drawioIframeUrl: '',
Expand Down

0 comments on commit 9cacda8

Please sign in to comment.