Skip to content

Commit 1cc0992

Browse files
committed
docs(README): 更新软件包类型说明和环境要求
- 修改软件包类型的名称和描述,使其更加准确 - 整理和简化环境要求的信息 - 更新下载部分的描述,使其更加清晰 - 优化使用方法的说明,添加示例 - 调整界面相关的描述,使其更加准确
1 parent 90e5843 commit 1cc0992

File tree

3 files changed

+34
-43
lines changed

3 files changed

+34
-43
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ body:
5252
- label: Android
5353
- label: OpenHarmony
5454
- label: Unix
55-
- label: Others
55+
- label: 其他操作系统
5656
validations:
5757
required: true
5858
- type: checkboxes
5959
id: package-types
6060
attributes:
61-
label: 应用分发类型
62-
description: 您当前正在使用我们应用的什么应用包格式
61+
label: 软件包类型
62+
description: 您当前正在使用我们应用的什么软件包类型
6363
options:
64-
- label: 安装器
65-
- label: 便携包
66-
- label: Zip 应用
64+
- label: 安装器 (*_setup.exe)
65+
- label: 便携包 (*_portable.zip)
66+
- label: Zip 应用 (*_zipapp.pyzw)
6767
- label: 未知
6868
validations:
6969
required: true

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,29 @@ VCF generator, input name and phone number to automatically generate VCF files f
3232

3333
## Download
3434

35-
### Application Distribution Forms
35+
### Package Types
3636

37-
Choose the most suitable deployment method based on your usage scenario:
37+
This application provides multiple package types, and you can make your selection according to the table below:
3838

39-
| Distribution Form | Running Method | Applicable Scenarios |
40-
| ----------------- | ------------------------------------------ | -------------------------------------- |
41-
| Installer | Install via setup program | Long-term use / Need desktop shortcuts |
42-
| Portable Package | Extract and use (supports USB portability) | No installation / Temporary use |
43-
| Zip Application | Double-click to run | Quick launch / Cross-platform use |
39+
| Package Type | Running Method | Applicable Scenarios |
40+
| ---------------- | ------------------------------------------ | -------------------------------------- |
41+
| Installer | Install via setup program | Long-term use / Need desktop shortcuts |
42+
| Portable Package | Extract and use (supports USB portability) | No installation / Temporary use |
43+
| Zip Application | Double-click to run | Quick launch / Cross-platform use |
4444

45-
### Environment Requirements
45+
| Package Type | System Environment | Notes |
46+
| -------------------------- | ------------------------ | ---------------------------------------------------------------------- |
47+
| Installer/Portable Package | Windows 7+ 64-bits | Windows 7 requires patch files (See the "Compatibility" section below) |
48+
| Zip Application | Python 3.12+ and Tkinter | - |
4649

47-
Different application packages have different environment requirements. Please choose the corresponding package based on your system environment.
48-
49-
| Package Type | System Environment | Architecture | Notes |
50-
| -------------------------- | ------------------------ | --------------- | ------------------------------------------------------ |
51-
| Installer/Portable Package | Windows 7+ | x86_64 | Windows 7 requires patch files (see below for details) |
52-
| Zip Application | Python 3.12+ and Tkinter | No restrictions | - |
53-
54-
### Get the Software Package
50+
### Get the Packages
5551

5652
Get the software package through the following channels:
5753

5854
- [Gitee Releases][ReleaseOnGitee]
5955
- [GitHub Releases][ReleaseOnGithub]
6056

61-
File list for each system:
57+
Users of different systems need to download different files. You can make your selection according to the table below:
6258

6359
| Package Type | Windows | Linux | macOS | Android |
6460
| ---------------- | --------------------------- | ----------------------------- | ----------------------------- | ------------- |

README.zh.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,29 @@ VCF 生成器,输入姓名与手机号则自动生成用于批量导入到通
3232

3333
## 下载
3434

35-
### 应用分发形式
35+
### 软件包类型
3636

37-
根据使用场景选择最适合的部署方式
37+
本应用提供多个软件包类型,您可以根据下表进行选择
3838

39-
| 分发形式 | 运行方式 | 适用场景 |
40-
| -------- | --------------------------- | ------------------------- |
41-
| 安装器 | 通过安装程序安装后使用 | 长期使用/需要桌面快捷方式 |
42-
| 便携包 | 解压即用(支持U盘随身携带) | 免安装/临时使用 |
43-
| Zip 应用 | 双击直接运行 | 快速启动/跨平台使用 |
39+
| 软件包类型 | 运行方式 | 适用场景 |
40+
| ---------- | --------------------------- | ------------------------- |
41+
| 安装器 | 通过安装程序安装后使用 | 长期使用/需要桌面快捷方式 |
42+
| 便携包 | 解压即用(支持U盘随身携带) | 免安装/临时使用 |
43+
| Zip 应用 | 双击直接运行 | 快速启动/跨平台使用 |
4444

45-
### 环境要求
46-
47-
不同的应用包有一不同环境要求,您需要根据您的系统环境选择对应的应用包。
48-
49-
| 软件包类型 | 系统环境 | 架构要求 | 特别说明 |
50-
| ------------- | ----------------------- | -------- | ---------------------------------- |
51-
| 安装器/便携包 | Windows 7+ | x86_64 | Windows 7 需补丁文件(见下方说明) |
52-
| Zip 应用 | Python 3.12+ 与 Tkinter | 无限制 | - |
45+
| 软件包类型 | 系统环境 | 特别说明 |
46+
| ------------- | ----------------------- | ---------------------------------------- |
47+
| 安装器/便携包 | Windows 7+ 64 位 | Windows 7 需补丁文件(见下方“兼容性”节) |
48+
| Zip 应用 | Python 3.12+ 与 Tkinter | - |
5349

5450
### 获取软件包
5551

56-
通过以下渠道获取软件包
52+
您可以通过以下渠道获取软件包
5753

5854
- [Gitee 发行版][ReleaseOnGitee]
5955
- [GitHub Releases][ReleaseOnGithub]
6056

61-
各系统对应文件清单
57+
不同系统的用户需要下载不同的文件,您可以根据下表进行选择
6258

6359
| 软件包类型 | Windows | Linux | macOS | Android |
6460
| ---------- | --------------------- | ----------------------- | ----------------------- | ------- |
@@ -68,7 +64,7 @@ VCF 生成器,输入姓名与手机号则自动生成用于批量导入到通
6864

6965
## 使用方法
7066

71-
1. 把名字和电话以每行 `姓名 电话号码 备注` 的格式复制到下面的编辑框内,其中备注可忽略。
67+
1. 把名字和电话以每行 `姓名 电话号码 备注` 的格式复制到主界面编辑框内,其中备注可忽略。例如:
7268
```text
7369
张三 13345367789 著名的法外狂徒
7470
李四 13445467890
@@ -83,9 +79,8 @@ VCF 生成器,输入姓名与手机号则自动生成用于批量导入到通
8379
>
8480
> - 制表符会自动转换为空格处理,您可以同时使用制表符和空格分割。
8581
> - 程序会自动去除输入框内多余的空格。
86-
> - 如果每行有多个空格,则会将最后一个空格以前所有的字符当作姓名处理。
8782
>
88-
> 比如 `东坡居士 苏轼 13333333333 眉州眉山人` 将会被识别为
83+
> 例如 `东坡居士 苏轼 13333333333 眉州眉山人` 将会被识别为
8984
>
9085
> > - 姓名:东坡居士 苏轼
9186
> > - 电话:13333333333

0 commit comments

Comments
 (0)