2 Commits

Author SHA1 Message Date
小弟调调
4fd4f3644d doc: Update README.md 2025-05-28 03:25:41 +08:00
小弟调调
7969fb28a4 released v2.4.1 2025-05-28 02:45:11 +08:00
6 changed files with 11 additions and 8 deletions

View File

@@ -4,6 +4,9 @@
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![CI](https://github.com/jaywcjlove/wxmp/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/wxmp/actions/workflows/ci.yml)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/wcjiang/wxmp?logo=docker)](https://hub.docker.com/r/wcjiang/wxmp)
[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/wxmp?logo=docker)](https://hub.docker.com/r/wcjiang/wxmp)
[![Docker Pulls](https://img.shields.io/docker/pulls/wcjiang/wxmp?logo=docker)](https://hub.docker.com/r/wcjiang/wxmp)
[![微信公众号 Markdown 编辑器](https://user-images.githubusercontent.com/1680273/188264183-a6b8cb6a-92e1-4a73-afc5-4f0234b26ed3.png)](https://jaywcjlove.github.io/wxmp)

View File

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

View File

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

View File

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

View File

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

View File

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