From 5120c47fcb24d646538b9f78404b0e6008c212d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Sat, 23 Nov 2024 10:41:00 +0800 Subject: [PATCH 1/2] Update 5.1.md --- src/reference/ChapterNo5/5.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/ChapterNo5/5.1.md b/src/reference/ChapterNo5/5.1.md index 419f53c..adb6e8d 100644 --- a/src/reference/ChapterNo5/5.1.md +++ b/src/reference/ChapterNo5/5.1.md @@ -51,7 +51,7 @@ FontBase 最主要的思想是字体的激活和停用。当你在没有字体 有了 FontBase,你可以简单地将字体添加到其中,并在你真正需要在设计项目或应用程序中使用它们时激活/停用它们。如此一来不需要的字体就不会占用你系统的任何资源。 ### 下载和安装 -> 目前 FontBase 最新版本为 2.19.4 +> 目前 FontBase 最新版本为 2.21.0 ::: warning FontBase 已经停止对 windows7 系统的支持 最后一个支持 windows7 的版本为 2.18.1,[官网下载地址](https://releases.fontba.se/win/FontBase-2.18.1.exe) ::: From 1cdb9bc246307be51c43aef511d880cd7b30f854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Sat, 23 Nov 2024 10:49:10 +0800 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae4f289..15c6d26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,14 +1,11 @@ name: deploying-doc run-name: Deploying doc — ${{ github.run_id }} on: - pull_request: - branches: main - types: - - closed + schedule: + - cron: 30 04 * * 1,4 jobs: - if_merged: - if: github.event.pull_request.merged == true + build: runs-on: ubuntu-latest steps: - name: 🚚 Checkout