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 a27a6ba873
2 changed files with 4 additions and 7 deletions

View File

@ -1,14 +1,11 @@
name: deploying-doc name: deploying-doc
run-name: Deploying doc — ${{ github.run_id }} run-name: Deploying doc — ${{ github.run_id }}
on: on:
pull_request: schedule:
branches: main - cron: 30 04 * * 1,4
types:
- closed
jobs: jobs:
if_merged: build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 🚚 Checkout - name: 🚚 Checkout

View File

@ -51,7 +51,7 @@ FontBase 最主要的思想是字体的激活和停用。当你在没有字体
有了 FontBase你可以简单地将字体添加到其中并在你真正需要在设计项目或应用程序中使用它们时激活/停用它们。如此一来不需要的字体就不会占用你系统的任何资源。 有了 FontBase你可以简单地将字体添加到其中并在你真正需要在设计项目或应用程序中使用它们时激活/停用它们。如此一来不需要的字体就不会占用你系统的任何资源。
### 下载和安装 ### 下载和安装
> 目前 FontBase 最新版本为 2.19.4 > 目前 FontBase 最新版本为 2.21.0
::: warning FontBase 已经停止对 windows7 系统的支持 ::: warning FontBase 已经停止对 windows7 系统的支持
最后一个支持 windows7 的版本为 2.18.1[官网下载地址](https://releases.fontba.se/win/FontBase-2.18.1.exe) 最后一个支持 windows7 的版本为 2.18.1[官网下载地址](https://releases.fontba.se/win/FontBase-2.18.1.exe)
::: :::