提交 37feabaf 编写于 作者: 璃白.'s avatar 璃白. 🌻

fix:修改配置

上级 45f73108
......@@ -12,7 +12,7 @@
2022-03-01 v1.0更新,添加功能:
- 修复link添加规则
- 添加流水线
- 添加pages流水线
### v0.9
......
......@@ -28,8 +28,6 @@
<div id="app"></div>
<!-- <textarea class="text" name="" id="" cols="30" rows="10"></textarea> -->
<!-- <div contenteditable="true" class="text"></div> -->
<button id="a">111111</button>
<button id="b">2222222</button>
<script src="./markdown-editor.js"></script>
<script>
// setTimeout(() => {
......@@ -103,7 +101,7 @@
// rows: 'auto',
// height: 40,
toolsOptions: {
// call: true,
call: true,
format: true,
bold: true,
italic: true,
......@@ -114,14 +112,14 @@
ol: true,
task: true,
table: true,
img: false,
file: false,
img: true,
file: true,
test1: true,
// help: false,
help: true,
fullScreen: true
},
zIndex: 7000,
// maxLength: 20000,
maxLength: 2000,
showWordLimit: true,
// height: "600",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册