pull/50/head
hmol233 2021-05-26 20:25:44 +08:00
parent 4f5302953d
commit 7f2189196f
No known key found for this signature in database
GPG Key ID: D617A9DAB0C992D5
2 changed files with 6 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export default defineUserConfig<DefaultThemeOptions>({
title: "Project X", title: "Project X",
description: "Xray 官方文档", description: "Xray 官方文档",
}, },
"/en": { "/en/": {
lang: "en-US", lang: "en-US",
title: "Project X", title: "Project X",
description: "Official document of Xray", description: "Official document of Xray",
@ -88,7 +88,7 @@ export default defineUserConfig<DefaultThemeOptions>({
}, },
navbar: navbar.hans, navbar: navbar.hans,
}, },
"/en": { "/en/": {
ToggleText: "Toggle Theme", ToggleText: "Toggle Theme",
repoLabel: "Source", repoLabel: "Source",
selectLanguageName: "English (WIP)", selectLanguageName: "English (WIP)",

View File

@ -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). 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 ### 2. Preparing Xray profiles