mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: remove unused import and upgrade version
This commit is contained in:
parent
f0a45933c7
commit
544483c43c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "md",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.5",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"serve": "node manifest.js & npm run dev:h5",
|
||||
|
@ -186,7 +186,6 @@
|
||||
|
||||
<script>
|
||||
import {
|
||||
downloadMD,
|
||||
setFontSize,
|
||||
fixCodeWhiteSpace,
|
||||
setColorWithCustomTemplate,
|
||||
@ -287,7 +286,6 @@ export default {
|
||||
document.execCommand("copy");
|
||||
window.getSelection().removeAllRanges();
|
||||
fixCodeWhiteSpace("normal");
|
||||
|
||||
clipboardDiv.innerHTML = this.output;
|
||||
// 输出提示
|
||||
this.$notify({
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "微信 Markdown 编辑器",
|
||||
"appid": "",
|
||||
"description": "",
|
||||
"versionName": "1.0.0",
|
||||
"versionName": "1.5.5",
|
||||
"versionCode": "100",
|
||||
"transformPx": false,
|
||||
"h5": {
|
||||
|
Loading…
Reference in New Issue
Block a user