-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cc40de
commit 0d6b11d
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ cnpm install editor-ovo --save | |
``` | ||
|
||
# CDN | ||
* [https://unpkg.com/[email protected].5/dist/scripts/main1.js](https://unpkg.com/[email protected].5/dist/scripts/main1.js) | ||
* [https://unpkg.com/[email protected].6/dist/scripts/main1.js](https://unpkg.com/[email protected].6/dist/scripts/main1.js) | ||
|
||
|
||
# Usage | ||
|
@@ -95,9 +95,11 @@ new Editor({ | |
//不必须,默认是false | ||
//如果数据库不支持切换到utf8mb4的存储方式,那么可以将参数设置为true | ||
//将'😁'转换为实体'😁' 进行存储 | ||
convert_into_entities : true | ||
,convert_into_entities : true | ||
////// | ||
|
||
//不必须,编辑器的层级,默认是100 | ||
,z_index : 1234 | ||
//不必须,默认的提示信息如下 | ||
,config : { | ||
//都不是必须 | ||
|
Binary file not shown.