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

fix:修改配置

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