cccccccccccccccccc

This commit is contained in:
aote777 2021-11-23 16:22:35 +08:00
parent cf9759af79
commit 12f6c04509
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,9 @@
- [x] ?? - [x] ??
- [] 22 - [] 22
[xx](http://baidu.com)
</textarea> </textarea>
<textarea class="md-content"> <textarea class="md-content">
``` ```
@ -106,6 +109,7 @@ var createScript = (src) => {
index === 0 ? document.body.appendChild(hr) : null index === 0 ? document.body.appendChild(hr) : null
textarea.className = `x-${index}` textarea.className = `x-${index}`
textarea.style.display = 'none' textarea.style.display = 'none'
// 不能从body直接插入元素 anki 不刷新的 淦
}) })
} }
createLink(highLightCss) createLink(highLightCss)