Skip to content

Commit

Permalink
⭐ Secrets is recommended
Browse files Browse the repository at this point in the history
Secrets is recommended
  • Loading branch information
bitcookies committed Apr 24, 2022
1 parent e90727c commit fa26ae0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-编译使用)

Expand Down Expand Up @@ -100,7 +100,7 @@ WinRAR不是免费软件。如果你想使用它,你应当向 [__RARLAB__](htt

<details>
<summary>点击展开</summary>

使用 push 操作进行 key 的生成非常的简单和方便,但是当有更新同步时你需要手动进行冲突合并。所以我建议优先 [通过 Secrets 使用 Github Actions](#4-通过-Secrets-使用-Github-Actions) ,但是你仍可以使用 push 操作:

### 5.1 Fork
Expand Down

0 comments on commit fa26ae0

Please sign in to comment.