chore: upgrade dumi@2.x (#148)

* chore(deps): upgrade dumi@2.x

* chore: update

* chore: update config file

* docs: update

* docs: update docs

* docs: update

* chore: update

* chore: update

* chore: remore debug link

* chore: update global.less
This commit is contained in:
Wuxh
2023-03-06 13:12:09 +08:00
committed by GitHub
parent 596892f346
commit ecbe084012
25 changed files with 5547 additions and 1852 deletions

View File

@@ -1,5 +1,5 @@
---
toc: menu
title: 💬 FAQ
---
## Is there a charge for this feature?

View File

@@ -1,5 +1,5 @@
---
toc: menu
title: 💬 FAQ
---
## 该功能是否收费?

View File

@@ -1,4 +1,6 @@
## Introduction
---
title: 🍭 Guide
---
The Issues Helper is a GitHub Action that easily helps you automatically manage issues.

View File

@@ -1,4 +1,6 @@
## 介 绍
---
title: 🍭 介 绍
---
Issues 助手是一个轻松帮你自动管理 issues 的 GitHub Action。

View File

@@ -1,10 +1,10 @@
---
toc: menu
title: 🎗 Note
---
<Alert type="success">
:::success{title="😊"}
Here are some things I summarized in my use, I hope it can help you.
</Alert>
:::
## Include judgment in `yml`

View File

@@ -1,10 +1,10 @@
---
toc: menu
title: 🎗 记 录
---
<Alert type="success">
:::success{title="😊"}
这里记录自己在使用中总结的一些东西,希望可以帮助到你。
</Alert>
:::
## `yml` 中包含判断

View File

@@ -1,5 +1,5 @@
---
toc: menu
title: 🎁 Reference
---
## 📍 `token`

View File

@@ -1,5 +1,5 @@
---
toc: menu
title: 🎁 参 考
---
## 📍 `token` 说明

View File

@@ -1,4 +1,6 @@
## Quick start
---
title: ⚡️ Quick start
---
### 1. New Action
@@ -10,9 +12,9 @@ Click `New workflow` to add.
![](https://gw.alipayobjects.com/mdn/rms_f97235/afts/img/A*cClPRIW6HKcAAAAAAAAAAAAAARQnAQ)
<Alert type="success">
:::success{title="Tips"}
You can click <Badge>set up a workflow yourself</Badge> to add a custom action, or you can apply a new action based on a template. <a target="_blank" href="https://github.com/actions-cool/.github">Templates</a>.
</Alert>
:::
### 2. Edit Action

View File

@@ -1,4 +1,6 @@
## 快速开始
---
title: ⚡️ 快速开始
---
### 1. 新建 Action
@@ -10,9 +12,9 @@
![](https://gw.alipayobjects.com/mdn/rms_f97235/afts/img/A*cClPRIW6HKcAAAAAAAAAAAAAARQnAQ)
<Alert type="success">
:::success{title="提示"}
你可以点击 <Badge>set up a workflow yourself</Badge> 新增一个自定义 action也可以根据模板来套用新增一个 action。<a target="_blank" href="https://github.com/actions-cool/.github">模板使用</a>
</Alert>
:::
### 2. 编写 Action