chore: remove unused import and upgrade version

This commit is contained in:
yanglbme 2021-10-29 10:02:50 +08:00
parent f0a45933c7
commit 544483c43c
3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "md", "name": "md",
"version": "1.5.0", "version": "1.5.5",
"private": false, "private": false,
"scripts": { "scripts": {
"serve": "node manifest.js & npm run dev:h5", "serve": "node manifest.js & npm run dev:h5",

View File

@ -186,7 +186,6 @@
<script> <script>
import { import {
downloadMD,
setFontSize, setFontSize,
fixCodeWhiteSpace, fixCodeWhiteSpace,
setColorWithCustomTemplate, setColorWithCustomTemplate,
@ -287,7 +286,6 @@ export default {
document.execCommand("copy"); document.execCommand("copy");
window.getSelection().removeAllRanges(); window.getSelection().removeAllRanges();
fixCodeWhiteSpace("normal"); fixCodeWhiteSpace("normal");
clipboardDiv.innerHTML = this.output; clipboardDiv.innerHTML = this.output;
// //
this.$notify({ this.$notify({

View File

@ -2,7 +2,7 @@
"name": "微信 Markdown 编辑器", "name": "微信 Markdown 编辑器",
"appid": "", "appid": "",
"description": "", "description": "",
"versionName": "1.0.0", "versionName": "1.5.5",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"h5": { "h5": {