released v2.2.0

This commit is contained in:
jaywcjlove
2022-09-05 00:21:56 +08:00
parent 5c10978fe9
commit 6aad6713d2
6 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
- [ ] 支持色盘取色,快速替换文章整体色调 - [ ] 支持色盘取色,快速替换文章整体色调
- [x] 支持 URL 参数加载 Markdown 内容。 - [x] 支持 URL 参数加载 Markdown 内容。
- [x] 支持 URL 参数选择预览主题。 - [x] 支持 URL 参数选择预览主题。
- [ ] 使用 electron 生成桌面应用。 - [x] 使用 electron 生成桌面应用。
### 支持代码块样式 ### 支持代码块样式

View File

@@ -2,7 +2,7 @@
"name": "wxmp", "name": "wxmp",
"description": "微信公众号 Markdown 编辑器", "description": "微信公众号 Markdown 编辑器",
"homepage": "https://github.com/jaywcjlove/wxmp.git", "homepage": "https://github.com/jaywcjlove/wxmp.git",
"version": "2.1.0", "version": "2.2.0",
"main": "main.js", "main": "main.js",
"author": "Kenny Wong <398188662@qq.com>", "author": "Kenny Wong <398188662@qq.com>",
"private": true, "private": true,
@@ -18,13 +18,13 @@
"build": "npm run copy && cross-env NODE_ENV=production electron-builder build --publish=never --config config.json" "build": "npm run copy && cross-env NODE_ENV=production electron-builder build --publish=never --config config.json"
}, },
"dependencies": { "dependencies": {
"@wcj/wxmp-main": "2.1.0" "@wcj/wxmp-main": "2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@wcj/wxmp-preload": "2.1.0", "@wcj/wxmp-preload": "2.2.0",
"cpy-cli": "4.2.0", "cpy-cli": "4.2.0",
"electron": "19.0.5", "electron": "19.0.5",
"electron-builder": "23.1.0", "electron-builder": "23.1.0",
"website": "2.1.0" "website": "2.2.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@wcj/wxmp-main", "name": "@wcj/wxmp-main",
"version": "2.1.0", "version": "2.2.0",
"main": "./lib/index.js", "main": "./lib/index.js",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@wcj/wxmp-preload", "name": "@wcj/wxmp-preload",
"version": "2.1.0", "version": "2.2.0",
"main": "./lib/index.js", "main": "./lib/index.js",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -1,4 +1,4 @@
{ {
"version": "2.1.0", "version": "2.2.0",
"packages": ["website", "electron/*"] "packages": ["website", "electron/*"]
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "website", "name": "website",
"version": "2.1.0", "version": "2.2.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "kkt start", "start": "kkt start",