From 7aa6743db7a8e5b57d5f04b77bcd678943631259 Mon Sep 17 00:00:00 2001 From: hqweay Date: Thu, 4 Apr 2024 01:22:03 +0800 Subject: [PATCH] upgrade#1.0.4 --- package.json | 2 +- plugin.json | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4c9535d..1b92af0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typography-go", - "version": "v0.1.3", + "version": "1.0.4", "type": "module", "description": "中文排版优化", "repository": "", diff --git a/plugin.json b/plugin.json index 92db163..b569360 100644 --- a/plugin.json +++ b/plugin.json @@ -2,10 +2,17 @@ "name": "typography-go", "author": "养恐龙", "url": "https://github.com/hqweay/typography-go", - "version": "0.0.9", + "version": "1.0.4", "minAppVersion": "3.0.0", - "backends": ["windows", "linux", "darwin"], - "frontends": ["desktop", "desktop-window"], + "backends": [ + "windows", + "linux", + "darwin" + ], + "frontends": [ + "desktop", + "desktop-window" + ], "displayName": { "en_US": "中文排版优化", "zh_CN": "中文排版优化" @@ -19,7 +26,13 @@ "zh_CN": "README.md" }, "funding": { - "custom": ["https://afdian.net/a/frostime"] + "custom": [ + "https://afdian.net/a/frostime" + ] }, - "keywords": ["plugin", "type", "中文"] + "keywords": [ + "plugin", + "type", + "中文" + ] }