Skip to content

Commit ddb757a

Browse files
committed
Merge branch 'release/0.1.0-alpha' into develop
2 parents e4bb3d2 + 47dbe41 commit ddb757a

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,21 @@ In our daily project development, we frequently encounter situations where we ne
2525

2626
## How to Install Wutong
2727
> [!NOTE]
28-
> During the beta phase, Wutong does not provide installation methods. If you wish to experience it, please compile it yourself. Upon the release of the official version, Wutong will provide installation methods.
28+
> During the test phase, Wutong does not provide installation methods. If you wish to experience it, please compile it yourself. Upon the release of the official version, Wutong will provide installation methods.
2929
3030
---
3131

3232
## How to Use Wutong
3333
You can obtain detailed information by typing `wutong --help` in the command line.
3434
The general functions of Wutong are listed below (v0.1.0-alpha):
3535

36-
| Function | Description |
37-
|----------|--------------------------------------------------------------------------------------------------------|
38-
| base | Encode input strings in base32 or base64 |
39-
| bc | Convert input numbers to binary, octal, decimal, hexadecimal, or storage size units (KB, MB, GB, etc.) |
40-
| color | Convert between RGB and Hex colors |
41-
| md5 | Hash input strings using MD5 |
42-
| diff | Compare text differences |
43-
| char | Convert string encodings |
36+
| Function | Description |
37+
|----------|--------------------------------------------------------------|
38+
| base | Encode input strings in base32 or base64 |
39+
| bc | Convert input numbers to binary, octal, decimal, hexadecimal |
40+
| color | Convert between RGB and Hex colors |
41+
| md5 | Hash input strings using MD5 |
42+
| charcode | Convert string encodings |
4443

4544
---
4645

docs/zh/README_zh.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,21 @@
3333

3434
## 如何安装梧桐
3535
> [!NOTE]
36-
> 梧桐在测试版不提供安装方式,如希望体验请自行编译。在正式版发布后,梧桐将会提供安装方式。
36+
> 梧桐在测试阶段不提供安装方式,如希望体验请自行编译。在正式版发布后,梧桐将会提供安装方式。
3737
3838
---
3939

4040
## 如何使用梧桐
4141
你可以通过在命令行键入`wutong --help`来获取详细信息。
4242
梧桐的大致功能如下表(v0.1.0-alpha)
4343

44-
| 功能 | 描述 |
45-
|-------|---------------------------------------------|
46-
| base | 将输入的字符串进行base32、base64编码编码 |
47-
| bc | 将输入的数字转换为二、八、十、十六进制或存储空间大小单位(KB, MB, GB等)表示 |
48-
| color | RGB和Hex颜色的相互转换 |
49-
| md5 | 将输入的字符串进行md5哈希 |
50-
| diff | 比较文本差异 |
51-
| char | 字符串编码转换 |
44+
| 功能 | 描述 |
45+
|----------|----------------------------|
46+
| base | 将输入的字符串进行base32、base64编码编码 |
47+
| bc | 将输入的数字转换为二、八、十、十六进制 |
48+
| color | RGB和Hex颜色的相互转换 |
49+
| md5 | 将输入的字符串进行md5哈希 |
50+
| charcode | 字符串编码转换 |
5251

5352
---
5453

0 commit comments

Comments
 (0)