更新聊天客服系统软件测试
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -695,8 +695,11 @@ export default {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.miningAccountTitle:hover {
|
||||
color: #6e3edb !important;
|
||||
|
||||
}
|
||||
.hidden {
|
||||
display: block;
|
||||
|
||||
@@ -53,6 +53,7 @@ export const ChatWidget_zh = {
|
||||
markAsImportant:"标记为重要",
|
||||
cancelImportant:"已取消重要标记",
|
||||
markingFailed:"标记操作失败,请重试",
|
||||
Marked:"已标记为重要",
|
||||
select:"请选择联系人",
|
||||
notSelected:"您尚未选择联系人",
|
||||
None:"暂无消息记录",
|
||||
@@ -64,7 +65,7 @@ export const ChatWidget_zh = {
|
||||
CLOSED:"已关闭",
|
||||
picture2:"图片",
|
||||
Unnamed:"未命名聊天室",
|
||||
noNewsAtTheMoment:"暂无消息",
|
||||
noNewsAtTheMoment:"暂无未读消息",
|
||||
contactFailed:"加载更多联系人失败",
|
||||
listException:"获取聊天室列表异常",
|
||||
my:"我",
|
||||
@@ -74,6 +75,16 @@ export const ChatWidget_zh = {
|
||||
chooseFirst:"请先选择联系人",
|
||||
chatDisconnected:"聊天连接已断开,请刷新页面重试",
|
||||
pictureSuccessful:"图片已发送",
|
||||
history:"历史记录",
|
||||
loadFailed:"加载失败",
|
||||
guestNotice:"您当前以游客身份聊天,聊天记录将不会保存。",
|
||||
guestNotice2:"后即可保存聊天记录",
|
||||
loginToSave:"登录",
|
||||
server500:"服务器暂时不可用,请稍后重试",
|
||||
CheckNetwork:"连接失败,请检查网络后重试",
|
||||
attemptToReconnect:"连接已断开,正在尝试重连...",
|
||||
retryFailed:"重试连接失败,请刷新页面",
|
||||
maxConnectionsError:"连接数已达上限,请刷新页面重试",
|
||||
},
|
||||
|
||||
|
||||
@@ -146,7 +157,7 @@ export const ChatWidget_en = {
|
||||
CLOSED: "Closed",
|
||||
picture2: "Image",
|
||||
Unnamed: "Unnamed chat",
|
||||
noNewsAtTheMoment: "No messages",
|
||||
noNewsAtTheMoment: "No unread messages",
|
||||
contactFailed: "Failed to load contacts",
|
||||
listException: "Failed to get chat list",
|
||||
my: "Me",
|
||||
@@ -156,7 +167,17 @@ export const ChatWidget_en = {
|
||||
chooseFirst: "Please select contact first",
|
||||
chatDisconnected: "Chat disconnected, please refresh",
|
||||
pictureSuccessful: "Image sent",
|
||||
|
||||
history:"History",
|
||||
loadFailed:"Load Fail",
|
||||
Marked:"Marked as important",
|
||||
guestNotice:"You are currently chatting as a guest, and your chat history will not be saved.",
|
||||
guestNotice2:" to save chat history",
|
||||
loginToSave:"Login",
|
||||
server500:"The server is temporarily unavailable, please try again later",
|
||||
CheckNetwork:"Connection failed, please check the network and try again",
|
||||
attemptToReconnect:"Connection lost, attempting to reconnect...",
|
||||
retryFailed:"Retry connection failed, please refresh page",
|
||||
maxConnectionsError:"Connection limit reached, please refresh page",
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -847,7 +847,7 @@ export default {
|
||||
|
||||
}
|
||||
.moveCurrencyBox li:hover {
|
||||
box-shadow: 0px 0px 5px 2px #d2c3ea;
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
.currencySelect{
|
||||
@@ -1388,7 +1388,7 @@ export default {
|
||||
|
||||
|
||||
.moveCurrencyBox li:hover {
|
||||
box-shadow: 0px 0px 5px 2px #d2c3ea;
|
||||
transform: scale(1.05);
|
||||
}
|
||||
.currencySelect{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user