Skip to content

Commit a202108

Browse files
committed
📘 Update New Method
1 parent f581ecf commit a202108

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Diff for: README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ See [here](README.HOW_DOES_IT_WORK.md).
4242
There are several ways to use it:
4343

4444
- [Use Github Actions](#6-Use-Github-Actions)
45-
- [Use Github Actions with Push](#7-Use-Github-Actions-with-secrets)
45+
- [Use Github Actions with secrets](#7-Use-Github-Actions-with-secrets)
4646
- [Build in Visual Studio](#8-Build-in-Visual-Studio)
4747

4848
## 4. Encoding
4949

50-
WinRAR Keygen supports `ASCII`, `ANSI` and `UTF-8` encoding types, the following is a brief description of the three encoding types:
50+
WinRAR Keygen supports `ASCII`, `ANSI` and `UTF-8` encoding types, the following is a brief description of the three encoding types.
51+
52+
> [WARNING]
53+
> It is recommended that you do not use the ANSI encoding method for the time being, as there are garbled PowerShell console characters for Chinese, Japanese, and Korean on Windows Server 2022 [Microsoft is working on a fix for this issue](https://learn.microsoft.com/en-us/troubleshoot/ windows-server/system-management-components/powershell-shell-characters-garbled-for-cjk-languages).
5154
5255
| Encoding | Instruction | Supported Characters |
5356
| -------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
@@ -59,10 +62,10 @@ WinRAR Keygen supports `ASCII`, `ANSI` and `UTF-8` encoding types, the following
5962

6063
There are two types of WinRAR licenses, `rarreg.key` and `rarkey.rar`, which differ only in their import.
6164

62-
| <img width="60px">rarreg.key<img width="60px"> | <img width="60px">rarkey.rar<img width="60px"> |
65+
| rarreg.key | rarkey.rar |
6366
| :--------------------------------------------: | :----------------------------------------------: |
6467
| <img width="100px" src="assets/file-icon.svg"> | <img width="100px" src="assets/winrar-icon.svg"> |
65-
| Drag to import or place in a specific location | Double-click to run automatic import |
68+
| Drag to import or place in a location | Double-click to run automatic import |
6669

6770
## 6. Use Github Actions
6871

@@ -89,7 +92,7 @@ Go back to the repo you just forked and click **Actions** to allow Workflows to
8992

9093
![Workflow](assets/enable-workflows-dark.png#gh-dark-mode-only)
9194

92-
### 6.3 Run WinRAR Keygen
95+
### 6.3 Run workflow
9396

9497
After allowing the workflow, go to **Actions > WinRAR Keygen > Run workflow** and fill in the information to start generating.
9598

Diff for: README.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ WinRAR license 有 `rarreg.key` 和 `rarkey.rar` 两种类型,它们仅在导
9292

9393
![Workflow](assets/enable-workflows-dark.png#gh-dark-mode-only)
9494

95-
### 6.3 运行 WinRAR Keygen
95+
### 6.3 运行 workflow
9696

9797
允许 workflow 后,选择 **WinRAR Keygen > Run workflow** 并填入信息就可以开始生成了:
9898

@@ -167,7 +167,7 @@ WinRAR license 有 `rarreg.key` 和 `rarkey.rar` 两种类型,它们仅在导
167167

168168
![Secrets Repo](assets/secrets-repo-dark.png#gh-dark-mode-only)
169169

170-
### 7.4 运行 Workflow
170+
### 7.4 运行 workflow
171171

172172
进入 **Actions** 选择 **WinRAR Keygen with secrets > Run workflow** 并填入信息:
173173

0 commit comments

Comments
 (0)