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