From 325d4cdfd8dd0ef1a95f06c5adafc4136f3031af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=A4=8F=E5=B0=A7?= <3446798488@qq.com> Date: Mon, 18 Dec 2023 20:46:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++------ packages/subsets/README.md | 10 ++++------ packages/subsets/package.json | 2 +- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b8b96d62..14048065 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # 中文 Web Font 切割工具 -![updateTime](https://img.shields.io/badge/更新时间-2023/11/20-green) +![updateTime](https://img.shields.io/badge/更新时间-2023/12/18-green) ![author](https://img.shields.io/badge/author-江夏尧-green) -![npmVersion](https://img.shields.io/badge/LTS_version-4.10.6-green) +![npmVersion](https://img.shields.io/badge/LTS_version-4.11.0-green) [![](https://data.jsdelivr.com/v1/package/npm/@konghayao/cn-font-split/badge)](https://www.jsdelivr.com/package/npm/@konghayao/cn-font-split) ![CodeFactor](https://www.codefactor.io/repository/github/konghayao/cn-font-split/badge) ![NPM License](https://img.shields.io/npm/l/%40konghayao%2Fcn-font-split) -![downloadCount](https://img.shields.io/npm/dw/%40konghayao%2Fcn-font-split) - -| [中文网字计划](https://chinese-font.netlify.app/) | [Github](https://github.com/KonghaYao/cn-font-split) | -| ------------------------------------------------- | ---------------------------------------------------- | +| [中文网字计划](https://chinese-font.netlify.app/) | [Github](https://github.com/KonghaYao/cn-font-split) | [在线使用](https://chinese-font.netlify.app/online-split/)| +| ------------------------------------------------- | ---------------------------------------------------- |---------------------------------------------------- | ## 简介 diff --git a/packages/subsets/README.md b/packages/subsets/README.md index b8b96d62..14048065 100644 --- a/packages/subsets/README.md +++ b/packages/subsets/README.md @@ -1,16 +1,14 @@ # 中文 Web Font 切割工具 -![updateTime](https://img.shields.io/badge/更新时间-2023/11/20-green) +![updateTime](https://img.shields.io/badge/更新时间-2023/12/18-green) ![author](https://img.shields.io/badge/author-江夏尧-green) -![npmVersion](https://img.shields.io/badge/LTS_version-4.10.6-green) +![npmVersion](https://img.shields.io/badge/LTS_version-4.11.0-green) [![](https://data.jsdelivr.com/v1/package/npm/@konghayao/cn-font-split/badge)](https://www.jsdelivr.com/package/npm/@konghayao/cn-font-split) ![CodeFactor](https://www.codefactor.io/repository/github/konghayao/cn-font-split/badge) ![NPM License](https://img.shields.io/npm/l/%40konghayao%2Fcn-font-split) -![downloadCount](https://img.shields.io/npm/dw/%40konghayao%2Fcn-font-split) - -| [中文网字计划](https://chinese-font.netlify.app/) | [Github](https://github.com/KonghaYao/cn-font-split) | -| ------------------------------------------------- | ---------------------------------------------------- | +| [中文网字计划](https://chinese-font.netlify.app/) | [Github](https://github.com/KonghaYao/cn-font-split) | [在线使用](https://chinese-font.netlify.app/online-split/)| +| ------------------------------------------------- | ---------------------------------------------------- |---------------------------------------------------- | ## 简介 diff --git a/packages/subsets/package.json b/packages/subsets/package.json index 9e0c8e06..5f44f015 100644 --- a/packages/subsets/package.json +++ b/packages/subsets/package.json @@ -1,6 +1,6 @@ { "name": "@konghayao/cn-font-split", - "version": "4.10.6", + "version": "4.11.0", "description": "中文 web font 切割工具", "main": "dist/index.js", "browser": "dist/browser/index.js",