Fix typo
parent
4f5302953d
commit
7f2189196f
|
@ -29,7 +29,7 @@ export default defineUserConfig<DefaultThemeOptions>({
|
|||
title: "Project X",
|
||||
description: "Xray 官方文档",
|
||||
},
|
||||
"/en": {
|
||||
"/en/": {
|
||||
lang: "en-US",
|
||||
title: "Project X",
|
||||
description: "Official document of Xray",
|
||||
|
@ -88,7 +88,7 @@ export default defineUserConfig<DefaultThemeOptions>({
|
|||
},
|
||||
navbar: navbar.hans,
|
||||
},
|
||||
"/en": {
|
||||
"/en/": {
|
||||
ToggleText: "Toggle Theme",
|
||||
repoLabel: "Source",
|
||||
selectLanguageName: "English (WIP)",
|
||||
|
|
|
@ -84,9 +84,11 @@ Change to
|
|||
|
||||
1. Modify the way you run Xray so that it runs on a user with uid 0 and gid 23333, refer to [here](#_3-configure-and-run-xray-and-configure-iptables-rules).
|
||||
|
||||
## The following provides a complete configuration process for implementing the tproxy global proxy
|
||||
## Steps
|
||||
|
||||
### 1. Finish **[Preliminary preparation](#_1-preliminary-preparation)** 和 **[Add user](#_2-add-user-android-users-please-ignore-this-section)**
|
||||
The following provides a complete configuration process for implementing the tproxy global proxy
|
||||
|
||||
### 1. Finish **[Preliminary preparation](#_1-preliminary-preparation)** and **[Add user](#_2-add-user-android-users-please-ignore-this-section)**
|
||||
|
||||
### 2. Preparing Xray profiles
|
||||
|
||||
|
|
Loading…
Reference in New Issue