增补README

This commit is contained in:
Supra4E8C
2025-10-03 15:42:10 +08:00
parent 6ef674487f
commit fa86f76289
2 changed files with 12 additions and 5 deletions

View File

@@ -61,10 +61,13 @@ Since version 6.0.19, the WebUI has been rolled into the main program. You can a
## How to Use ## How to Use
### 1. Direct Use (Recommended) ### 1. Using After CLI Proxy API Program Launch (Recommended)
Once the CLI Proxy API program is up and running, you can access the WebUI at `http://your-server-IP:8317/management.html`.
### 2. Direct Use
Simply open the `index.html` file directly in your browser to use it. Simply open the `index.html` file directly in your browser to use it.
### 2. Use a Local Server ### 3. Use a Local Server
#### Option A: Using Node.js (npm) #### Option A: Using Node.js (npm)
```bash ```bash

View File

@@ -1,5 +1,6 @@
# Cli-Proxy-API-Management-Center # Cli-Proxy-API-Management-Center
这是一个用于管理 CLI Proxy API 的现代化 Web 界面。 这是一个用于管理 CLI Proxy API 的现代化 Web 界面。
主项目 主项目
https://github.com/router-for-me/CLIProxyAPI https://github.com/router-for-me/CLIProxyAPI
@@ -57,10 +58,13 @@ https://remote.router-for.me/
## 使用方法 ## 使用方法
### 1. 直接使用(推荐) ### 1. 在CLI Proxy API程序启动后使用 (推荐)
在启动了CLI Proxy API程序后 访问`http://您的服务器IP:8317/management.html`使用
### 2. 直接使用
直接用浏览器打开 `index.html` 文件即可使用。 直接用浏览器打开 `index.html` 文件即可使用。
### 2. 使用本地服务器 ### 3. 使用本地服务器
#### 方法A使用 Node.js (npm) #### 方法A使用 Node.js (npm)
```bash ```bash
@@ -83,7 +87,7 @@ python -m http.server 8000
### 3. 配置连接 ### 3. 配置连接
1. 打开管理界面 1. 打开管理界面
2. 在登录界面上输入: 2. 在登录界面上输入:
- **远程地址**: 现版本远程地址将会自动从您的访问地址中获取 当然您也可以自定义连接地址 - **远程地址**: 现版本远程地址将会自动从您的访问地址中获取 当然您也可以自定义
- **管理密钥**: 您的管理密钥 - **管理密钥**: 您的管理密钥
3. 点击"连接"按钮 3. 点击"连接"按钮
4. 连接成功后即可使用所有功能 4. 连接成功后即可使用所有功能