From 44d7338bfd1a7c1da601ac31d5fcb9a8a39beec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E8=B0=A6=E7=BD=91=E7=BB=9C?= <14496674+eaqian@user.noreply.gitee.com> Date: Fri, 9 May 2025 07:06:34 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 易谦网络 <14496674+eaqian@user.noreply.gitee.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc1ac9..5ccca0f 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ │ ├── index.php # 安装引导页面 │ ├── install.php # 安装处理脚本 │ └── check_environment.php # 环境检查脚本 -├── languages/ # 多语言文件目录 +├ │ ├── zh-CN/ # 简体中文 │ ├── en-US/ # 英语(美国) │ ├── ja-JP/ # 日语 -- Gitee