From 65f8b23aae95e896c9dbef6659599a69be84ce37 Mon Sep 17 00:00:00 2001 From: LTbinglingfeng Date: Tue, 19 May 2026 01:25:04 +0800 Subject: [PATCH] fix(docs): correct minimum required version and update TypeScript version in README --- README.md | 4 ++-- README_CN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f980fa..44653c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A single-file Web UI (React + TypeScript) for operating and troubleshooting the **Main Project**: https://github.com/router-for-me/CLIProxyAPI **Example URL**: https://remote.router-for.me/ -**Minimum Required Version**: ≥ 7.1.0 (recommended lastest) +**Minimum Required Version**: ≥ 7.1.0 (recommended latest) Since version 6.0.19, the Web UI ships with the main program; access it via `/management.html` on the API port once the service is running. @@ -87,7 +87,7 @@ Check the CLI Proxy API server documentation/config comments for the full authen ## Tech Stack -- React 19 + TypeScript 5.9 +- React 19 + TypeScript 6.0 - Vite 8 (single-file build) - Zustand (state management) - Axios (HTTP client) diff --git a/README_CN.md b/README_CN.md index 074fbb3..eaade11 100644 --- a/README_CN.md +++ b/README_CN.md @@ -87,7 +87,7 @@ npm run build ## 技术栈 -- React 19 + TypeScript 5.9 +- React 19 + TypeScript 6.0 - Vite 8(单文件构建) - Zustand(状态管理) - Axios(HTTP 客户端)