Secrets is recommended

Secrets is recommended
This commit is contained in:
bitcookies 2022-04-24 15:50:08 +08:00
parent e90727c376
commit fa26ae0387
2 changed files with 6 additions and 6 deletions

View file

@ -38,9 +38,9 @@ See [here](README.HOW_DOES_IT_WORK.md).
## 3. How to use?
There are several ways to use it 🧐:
There are several ways to use it:
- [Use Github Actions with Secrets](#4-Use-Github-Actions-with-Secrets) *(⭐ Recommend)*
- [Use Github Actions with Secrets](#4-Use-Github-Actions-with-Secrets) *<⭐ Recommend>*
- [Use Github Actions with Push](#5-Use-Github-Actions-with-Push)
- [Build in Visual Studio](#6-Build-in-Visual-Studio)
@ -100,7 +100,7 @@ After running successfully, open the corresponding task and select **rarreg_file
<details>
<summary>Click to expand</summary>
Using push for key generation is very simple and convenient, but when there are updates to fetch upstream, you need to manually merge conflicts. So I would recommend [Use Github Actions with Secrets](#4-Use-Github-Actions-with-Secrets), but you can still use the push action.
### 5.1 Fork

View file

@ -38,9 +38,9 @@ WinRAR不是免费软件。如果你想使用它你应当向 [__RARLAB__](htt
## 3. 使用方法
有多种方法可供选择 🧐
有多种方法可供选择:
+ [通过 Secrets 使用 Github Actions](#4-通过-Secrets-使用-Github-Actions) *(⭐ 推荐)*
+ [通过 Secrets 使用 Github Actions](#4-通过-Secrets-使用-Github-Actions) *<⭐ 推荐>*
+ [通过 Push 使用 Github Actions](#5-通过-Push-使用-Github-Actions)
+ [通过 Visual Studio 编译使用](#6-通过-Visual-Studio-编译使用)
@ -100,7 +100,7 @@ WinRAR不是免费软件。如果你想使用它你应当向 [__RARLAB__](htt
<details>
<summary>点击展开</summary>
使用 push 操作进行 key 的生成非常的简单和方便,但是当有更新同步时你需要手动进行冲突合并。所以我建议优先 [通过 Secrets 使用 Github Actions](#4-通过-Secrets-使用-Github-Actions) ,但是你仍可以使用 push 操作:
### 5.1 Fork