From f9ad83ce054797ee75abbc285822e6d1970c2ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E8=80=81=E5=B3=B0?= Date: Mon, 11 May 2026 02:30:51 +0000 Subject: [PATCH] update src/views/machine/accessControlInoutLang.js. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 五老峰 --- src/views/machine/accessControlInoutLang.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/machine/accessControlInoutLang.js b/src/views/machine/accessControlInoutLang.js index e1561bf6c..edee8702c 100644 --- a/src/views/machine/accessControlInoutLang.js +++ b/src/views/machine/accessControlInoutLang.js @@ -29,7 +29,9 @@ export const messages = { face: 'Face', key: 'Key', qrcode: 'QR Code', - password: 'Password' + password: 'Password', + appRemote: 'Remote', + other: 'Other' }, state: { success: 'Success', @@ -67,7 +69,9 @@ export const messages = { face: '人脸开门', key: '钥匙开门', qrcode: '二维码开门', - password: '密码开门' + password: '密码开门', + appRemote: '远程开门', + other: '其他' }, state: { success: '开门成功',