From 8ceb886b66a88be490aa2e160aa286f10255c5b0 Mon Sep 17 00:00:00 2001 From: i18n-now Date: Fri, 31 May 2024 08:37:21 +0800 Subject: [PATCH] feat: add fc3 & 18x (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.npmjs.com/package/fc3 基于 cn-font-split 切分三种免费商用的中文字体,分包为300-500KB的小字体,以便于在网页上快速加载。 https://www.npmjs.com/package/18x Util js for build web site No need add npm package dependencies Import directly in your js ## Summary by CodeRabbit - **New Features** - Added support for new packages `fc3` and `18x`. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 89f8584..06764e7 100644 --- a/package.json +++ b/package.json @@ -205,6 +205,12 @@ "@eslibs" ], "allowPackages": { + "fc3": { + "version": "*" + }, + "18x": { + "version": "*" + }, "alist-web": { "version": "*" },