Merge branch 'main' of https://github.com/szhhwh/jingji_TSreference_vue
This commit is contained in:
commit
4e29a48a6e
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
@ -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)
|
||||||
:::
|
:::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user