From 5f23d6a7153b475d1b43abf38cc174daa154d00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Mon, 20 Oct 2025 16:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9558fb6..ac27226 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 利用playwright,将html导出为pdf。访问地址:`http://localhost:3000` -把你需要的字体放到 fonts 目录下,然后执行 build.sh 脚本进行构建。 +拉取代码后,在项目中建立一个`fonts`目录,把你需要的字体放到里面(只能是ttc或者ttf格式),然后执行 build.sh 脚本进行构建。 也可以执行下面的命令来构建 ```sh