From c6a4aab5d779de0893809a3e05410631bb3dec7d Mon Sep 17 00:00:00 2001 From: nanvon Date: Thu, 25 Apr 2024 12:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E2=80=98=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E5=AD=97=E4=BD=93=E2=80=99=EF=BC=9A=E9=9C=9E?= =?UTF-8?q?=E9=B9=9C=E6=96=87=E6=A5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- src/app/[locale]/(docs)/open-source-fonts/data.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c5cee90..c7ea323 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ next-env.d.ts .idea -.eslintcache \ No newline at end of file +.eslintcache +.history diff --git a/src/app/[locale]/(docs)/open-source-fonts/data.ts b/src/app/[locale]/(docs)/open-source-fonts/data.ts index ce34cbf..52d1712 100644 --- a/src/app/[locale]/(docs)/open-source-fonts/data.ts +++ b/src/app/[locale]/(docs)/open-source-fonts/data.ts @@ -41,6 +41,7 @@ export const data: ResourceItem[] = [ { id: "qian-tu-xiao-tu-ti", name: "千图小兔体", url: "https://pic.qiantucdn.com/font/%E5%8D%83%E5%9B%BE%E7%BD%91_%E5%8D%83%E5%9B%BE%E5%B0%8F%E5%85%94%E4%BD%93%E8%A3%85%E9%A5%B0_%E5%88%9B%E6%84%8F%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87tif%E5%AD%97%E4%BD%93%E4%B8%8B%E8%BD%BD_%E5%9B%BE%E7%89%87%E7%BC%96%E5%8F%B736827382.zip" }, { id: "qian-tu-xue-hua-ti", name: "千图雪花体", url: "https://pic.qiantucdn.com/font/%E5%8D%83%E5%9B%BE%E7%BD%91_%E5%8D%83%E5%9B%BE%E9%9B%AA%E8%8A%B1%E4%BD%93%E8%A3%85%E9%A5%B0_%E5%88%9B%E6%84%8F%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87TTF%E5%AD%97%E4%BD%93%E4%B8%8B%E8%BD%BD_%E5%9B%BE%E7%89%87%E7%BC%96%E5%8F%B740155793.zip" }, { id: "wen-dao-chao-hei-ti", name: "文道潮黑体", url: "https://www.wonderfonts.com.cn/font/113.html" }, + { id: "xia-wu-wen-kai", name: "霞鹜文楷", url: "https://github.com/lxgw/LxgwWenKai" }, { id: "you-she-biao-ti-hei", name: "优设标题黑", url: "https://pan.baidu.com/s/1nEyb0mSQy24HK9gz01fRjw?pwd=2333" }, { id: "you-she-biao-ti-yuan", name: "优设标题圆", url: "https://pan.baidu.com/s/14j8czdTX-n5rjG2SXLkcyA?pwd=hvhw" }, { id: "you-she-sha-yu-fei-te-jian-kang-ti", name: "优设鲨鱼菲特健康体", url: "https://www.hellofont.cn/font-detail?fontid=11244" }, @@ -67,4 +68,4 @@ export const data: ResourceItem[] = [ { id: "honor-sans", name: "Honor Sans", url: "https://contentplatform-drcn.hihonorcdn.com/developerPlatform/HONOR_Sans_1.2/HONOR_Sans_1.2.zip" }, { id: "mi-sans", name: "MiSans", url: "https://hyperos.mi.com/font/download" }, { id: "oppo-sans", name: "OPPOSans", url: "https://coloroswebsitefs.coloros.com/coloroswebsite-coloros-com/website/20240318154309/231130%20%E5%93%81%E7%89%8C%E5%AD%97%E4%BD%93%20OPPO%20Sans%203.0.zip" }, -]; \ No newline at end of file +];