2
0

feat:wlan增加密码配置以及band限制提示

This commit is contained in:
zhongzm
2025-04-15 18:52:40 +08:00
parent b27aebed73
commit 59d54185f5
4 changed files with 116 additions and 6 deletions

View File

@@ -798,6 +798,9 @@ const local:any = {
total:'共',
name:'SSID名称',
none:'无',
passwordPlaceholder:'请输入8~63位的密码',
passwordRequired:'密码不能为空',
passwordLength:'密码请输入长度8~63位字符或数字',
security: {
security:'安全性',
wpaEnterprise: 'WPA-Enterprise',
@@ -808,6 +811,7 @@ const local:any = {
portalEnable:'门户',
portalName:'门户名称',
band:'频段',
bandtip:'2.4GHz、5GHz、6GHz每种Band类型只能存在8个ssid',
guestNetwork:'访客网络',
enable:'开启',
disable:'关闭',