We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e38a28 commit 7598143Copy full SHA for 7598143
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "markdown-palettes",
3
"description": "Markdown*Palettes: Markdown editor for the modern web.",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"author": "Luogu Dev Team",
6
"license": "MIT",
7
"module": "src/module.js",
src/components/toolbar-button/btn-info.js
@@ -3,8 +3,8 @@ export default {
icon: 'fa-info-circle',
title: '关于',
action: {
- insert: function () {
- window.location.href="https://github.com/luogu-dev/markdown-palettes";
+ insert () {
+ window.location.href = 'https://github.com/luogu-dev/markdown-palettes'
8
}
9
10
0 commit comments