diff --git a/assets/css/app.css b/assets/css/app.css index 125bb92..e569056 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -21,11 +21,6 @@ html, body { font-family: 'PingFang SC', BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif; } -.copy-button { - text-decoration: none; - color: #ff3502 -} - .el-message__icon { display: none } diff --git a/assets/scripts/editor.js b/assets/scripts/editor.js index e15a82b..63ea26d 100644 --- a/assets/scripts/editor.js +++ b/assets/scripts/editor.js @@ -144,16 +144,16 @@ let app = new Vue({ try { if (document.execCommand('copy')) { this.$message({ - message: '已复制到剪贴板', type: 'success' + message: '已复制文章到剪贴板,可直接到公众号后台粘贴', type: 'success' }) } else { this.$message({ - message: '未能复制到剪贴板,请全选后右键复制', type: 'warning' + message: '未能复制文章到剪贴板,请全选后右键复制', type: 'warning' }) } } catch (err) { this.$message({ - message: '未能复制到剪贴板,请全选后右键复制', type: 'warning' + message: '未能复制文章到剪贴板,请全选后右键复制', type: 'warning' }) } }, diff --git a/index.html b/index.html index ff24e04..f0fe635 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,11 @@ +
-一款可以将 Markdown 转换为微信公众号文章的在线编辑器,
-这让你在公众号创作时,摆脱繁琐地排版样式,
-可以把更多的时间专注于文章本身。
-除了常规 Markdown 格式化,还增加了外链引用、注音样式等。
+扫码关注我的公众号,原创技术文章第一时间推送!