Merge pull request #15 from szhhwh/dev

Dev
This commit is contained in:
王浩 2024-11-23 10:49:38 +08:00 committed by GitHub
commit c4ba3034e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -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)
:::