@@ -20,7 +20,7 @@ _The application currently only supports the Chinese language._
2020
2121</div >
2222
23- VCF generator, input name and phone number to automatically generate VCF files for batch import into the address book.
23+ VCF generator, input name and phone number to automatically generate VCF files for batch importing into the address book.
2424
2525[ ![ License] ( https://img.shields.io/github/license/HelloTool/VCFGeneratorLiteForTkinter )] ( ./LICENSE )
2626[ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg )] ( ./docs/CODE_OF_CONDUCT.md )
@@ -51,7 +51,7 @@ Different application packages have different environment requirements. Please c
5151| Installer/Portable Package | Windows 7+ | x86_64 | Windows 7 requires patch files (see below for details) |
5252| Zip Application | Python 3.12+ and Tkinter | No restrictions | - |
5353
54- ### File Download List
54+ ### Get the Software Package
5555
5656Get the software package through the following channels:
5757
@@ -69,7 +69,7 @@ File list for each system:
6969## Usage
7070
71711 . Open the app.
72- 2 . Copy the name and phone number in the format of ` Name PhoneNumber Note ` on each line into the editing box below. The note can be ignored .
72+ 2 . Copy the name and phone number in the format of ` Name PhoneNumber Note ` on each line into the editing box below. The note can be omitted .
7373 ``` text
7474 Isaac Newton 13445467890 British mathematician
7575 Muhammad 13554678907
@@ -79,19 +79,19 @@ File list for each system:
79794 . Copy the generated VCF file to your phone, select "Contacts" when opening the file, and then follow the prompts.
80805 . Wait for the import to complete.
8181
82- > [ !NOTE]
82+ > [ !NOTE] Note
8383>
8484> - Tabs will be automatically converted to spaces for processing.
85- > - The program will automatically remove excess spaces from the input box.
85+ > - The program will automatically remove extra spaces from the input box.
8686> - If there are multiple spaces in each line, all characters before the last space will be treated as names.
8787>
8888> For example, ` Han Meimei 13333333333 A well-known girl ` will be recognized as
8989>
90- > ``` text
91- > Name: Han Meimei
92- > Phone: 13333333333
93- > Note: A well-known girl
94- > ```
90+ >
91+ > > - Name: Han Meimei
92+ > > - Phone: 13333333333
93+ > > - Note: A well-known girl
94+ >
9595
9696## Compatibility
9797
@@ -103,7 +103,7 @@ File list for each system:
103103| Windows 10+ | Display Scaling | Unable to auto-scale when switching DPI; scaling adaptation is handled by the operating system |
104104| Windows 10+ | Font Scaling | Font scaling not supported |
105105| Windows 7+ | Display Scaling | Icon scaling only supports 100%, 125%, and 150% levels |
106- | Windows 7 - 8.1 | App Launch | Requires patch |
106+ | Windows 7 ~ 8.1 | App Launch | Requires patches |
107107
108108#### Special Notes
109109
@@ -124,7 +124,7 @@ File list for each system:
124124
125125### vCard File Compatibility
126126
127- This APP only supports generating version 2.1 vCard files that contain only name and phone number.
127+ This app only supports generating version 2.1 vCard files that contain only name and phone number.
128128
129129| Third-party Application | Compatibility |
130130| ----------------------- | ---------------------------------------------------------- |
0 commit comments