Skip to content

Commit 4803231

Browse files
CopilotJusterZhu
andcommitted
Fix Chinese text in category files and image path backslashes
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 12a0464 commit 4803231

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

website/i18n/en/docusaurus-plugin-content-docs/current/guide/Permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
#### (1) Windows Platform
88

9-
![](imgs\UAC.png)
9+
![](imgs/UAC.png)
1010

1111
When using GeneralUpdate for automatic updates, you may encounter permission issues if the update directory is on the C drive, especially when replacing files or applying patches. With the introduction of Windows 11, permission management for certain directories on the C drive has become more stringent compared to previous Windows operating systems.
1212

website/i18n/en/docusaurus-plugin-content-docs/current/guide/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 1,
44
"link": {
55
"type": "generated-index",
6-
"description": "指南."
6+
"description": "Guide."
77
}
88
}

website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/Quik start.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Download the Sample repository from GitHub. Before using the sample, make sure y
1515

1616
The repository directory contents are as follows:
1717

18-
![](imgs\content.png)
18+
![](imgs/content.png)
1919

2020
| Name | Description |
2121
| ------------- | ------------------------------------- |
@@ -38,7 +38,7 @@ Locate the file directory and double-click (the start.cmd script resets the loca
3838
...\GeneralUpdate-Samples\src\start.cmd
3939
```
4040

41-
![](imgs\build.png)
41+
![](imgs/build.png)
4242

4343

4444

@@ -48,13 +48,13 @@ The automatic process will begin compiling and copying all related project bin d
4848
...\GeneralUpdate-Samples\src\run\app
4949
```
5050

51-
![](imgs\build.png)
51+
![](imgs/build.png)
5252

5353

5454

5555
Upon entering the app directory, you will see the setup prior to the upgrade.
5656

57-
![](imgs\rundir.png)
57+
![](imgs/rundir.png)
5858

5959

6060

@@ -66,14 +66,14 @@ After checking the app directory:
6666
- The server sample program will start
6767
- The main client sample program will start, initiating the update request (once the main client program update is complete, it will close automatically).
6868

69-
![](imgs\upgrade.png)
69+
![](imgs/upgrade.png)
7070

7171

7272

7373
Once the main client program closes automatically, check the run\app directory again. You will notice a new backup directory named "app-1.0.0.0" and a file named "Congratulations on the update.txt".
7474

75-
![](imgs\rundir2.png)
75+
![](imgs/rundir2.png)
7676

7777
Seeing this indicates that you have successfully completed an upgrade. Congratulations!
7878

79-
![](imgs\result.png)
79+
![](imgs/result.png)

website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/Sample UI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ tags: [sampleui]
77

88
## Sample UI
99

10-
![](imgs\sampleclient.png)
10+
![](imgs/sampleclient.png)
1111

12-
![](imgs\sampleupgrade.png)
12+
![](imgs/sampleupgrade.png)
1313

1414

1515

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "Quik start",
2+
"label": "Quick start",
33
"position": 1,
44
"link": {
55
"type": "generated-index",
6-
"description": "Quik start."
6+
"description": "Quick start."
77
}
88
}

website/i18n/en/docusaurus-plugin-content-docs/current/releaselog/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 1,
44
"link": {
55
"type": "generated-index",
6-
"description": "发布日志."
6+
"description": "Release log."
77
}
88
}

0 commit comments

Comments
 (0)