From cfd7068a99d4ae7e315625ff3038598eafd15460 Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Wed, 6 Aug 2025 10:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/lang/zh-cn/user.php | 1 + application/index/view/user/profile.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/index/lang/zh-cn/user.php b/application/index/lang/zh-cn/user.php index b9089b7e5..64c492d7e 100755 --- a/application/index/lang/zh-cn/user.php +++ b/application/index/lang/zh-cn/user.php @@ -8,6 +8,7 @@ return [ 'Mobile' => '手机号', 'Email' => '邮箱', 'Captcha' => '验证码', + 'Get code' => '获取验证码', 'Lv' => 'Lv', 'Score' => '积分', 'Day' => '天', diff --git a/application/index/view/user/profile.html b/application/index/view/user/profile.html index 50c7ed86b..8a60d7628 100644 --- a/application/index/view/user/profile.html +++ b/application/index/view/user/profile.html @@ -123,7 +123,7 @@
- 获取验证码 + {:__('Get code')}
@@ -156,7 +156,7 @@
- 获取验证码 + {:__('Get code')}
-- Gitee