feat: 支持单个rtc连接信息查看

feat: 支持远程连接语言,设备,网络,ice状态,ice类型展示
feat: 支持多端画布自适应比例
feat: 调整优化文本绘制
feat: 调整优化缓冲区满的日志
fix: 修复控制台版本打印
fix: 修复滚动条样式
fix: 修复页面多余节点
fix: 修复某些中英文引用
fix: 修复缓冲区满的阈值
This commit is contained in:
https://blog.iamtsm.cn
2023-07-16 12:40:44 +08:00
parent c18e87068e
commit 8a6ac7c26e
18 changed files with 841 additions and 330 deletions

View File

@@ -314,8 +314,28 @@ const local_lang = {
"you_refresh_room": "You refreshed the room number, the current room number is",
"your_browser": "Your browser",
"your_ip_list": "Your IP list is",
"nickname" : "Nickname",
"userid" : "Userd",
"room_channel" : "Room channel",
"join_time" : "Join time",
"website_language" : "Website language",
"terminal_equipment" : "Terminal equipment",
"device_classification" : "Device classification",
"network_status" : "Network status",
"public_ip" : "Public IP",
"webrtc_ice_state" : "webrtc state"
},
"zh": {
"webrtc_ice_state" : "webrtc状态",
"nickname" : "用户昵称",
"userid" : "用户ID ",
"room_channel" : "房间频道",
"join_time" : "加入时间",
"website_language" : "网站语言",
"terminal_equipment" : "终端设备",
"device_classification" : "设备分类",
"network_status" : "网络状态",
"public_ip" : "传输地址",
"add_ice_candidate_failed": "addIceCandidate失败",
"add_ice_candidate_success": "addIceCandidateSuccess成功",
"ai_answering": "AI正在回答您的问题请稍后再问",
@@ -445,9 +465,9 @@ const local_lang = {
"not_support": "不支持",
"note_website_for_learing": "注意:示例网站仅用于学习演示,请勿他用",
"notice": "通知",
"off": "关闭",
"off": "关闭",
"offer_failed": "offer失败",
"on": "开启",
"on": "开启",
"online": "当前在线人数",
"online_number": "人在线",
"only_show" : "仅展示 ",
@@ -553,7 +573,7 @@ const local_lang = {
"select_wait_send_record": "选择待发送记录中",
"selected_file": "已选择文件",
"selected_file_exist": "选择的文件已经存在相同的文件,不再重复添加",
"self": "自己",
"self": "自己",
"send": "发送",
"send_all": "一键发送",
"send_alone": "单独发送",