Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Mar 18, 2024
1 parent 0e5b44b commit f129615
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 18 deletions.
3 changes: 2 additions & 1 deletion language/original-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,8 @@ html转markdown
是否将消息中的网络图片保存到本地服务器。
保存网络图片
无声发送
Markdown 格式发送
MD 格式发送
正常发送
编辑消息
发送失败
再次编辑
Expand Down
13 changes: 1 addition & 12 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15355,17 +15355,6 @@
"fr": "Envoi en silence",
"id": "Diam kirim"
},
{
"key": "Markdown 格式发送",
"zh": "",
"zh-CHT": "Markdown 格式發送",
"en": "It is sent in Markdown format",
"ko": "마크다운 포맷 전송",
"ja": "Markdownフォーマット送信します",
"de": "Das format in der glauben glauben spielt",
"fr": "Envoyer au format Markdown",
"id": "Markdown format kirim"
},
{
"key": "编辑消息",
"zh": "",
Expand Down Expand Up @@ -20030,4 +20019,4 @@
"fr": "Est-ce que vous appelez à (*)?",
"id": "Apakah ada panggilan untuk (*)?"
}
]
]
Binary file modified public/css/fonts/taskfont/iconfont.ttf
Binary file not shown.
Binary file modified public/css/fonts/taskfont/iconfont.woff
Binary file not shown.
Binary file modified public/css/fonts/taskfont/iconfont.woff2
Binary file not shown.
3 changes: 2 additions & 1 deletion resources/assets/js/pages/manage/messenger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<div class="operate-position" :style="operateStyles" v-show="operateVisible">
<Dropdown
trigger="custom"
transferClassName="scrollbar-hidden"
:placement="windowLandscape ? 'bottom' : 'top'"
:visible="operateVisible"
@on-clickoutside="operateVisible = false"
Expand Down Expand Up @@ -182,7 +183,7 @@
<DropdownItem @click.native="handleHideClick" :disabled="operateItem.top_at">
<div class="item">
{{ $L('不显示该会话') }}
<i class="taskfont">&#xe787;</i>
<i class="taskfont">&#xe881;</i>
</div>
</DropdownItem>
<DropdownItem @click.native="handleColorClick(c.color)" v-for="(c, k) in taskColorList" :key="'c_' + k" :divided="k==0" v-if="k<6" >
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/store/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
clientId: "",

// 缓存版本号(如果想升级后清除客户端缓存则修改此参数值)
cacheVersion: "v6",
cacheVersion: "v7",

// 窗口是否激活
windowActive: true,
Expand Down
6 changes: 3 additions & 3 deletions resources/assets/sass/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ body.dark-mode-reverse {
}

.ivu-btn-grey {
background-color: #d0d0d0;
border-color: #868686;
background-color: #c7c7c7;
border-color: #c7c7c7;
&:hover {
background-color: #d5d5d5;
border-color: #999999;
border-color: #d5d5d5;
}
&:focus {
box-shadow: none;
Expand Down
Binary file modified resources/assets/statics/public/css/fonts/taskfont/iconfont.ttf
Binary file not shown.
Binary file modified resources/assets/statics/public/css/fonts/taskfont/iconfont.woff
Binary file not shown.
Binary file modified resources/assets/statics/public/css/fonts/taskfont/iconfont.woff2
Binary file not shown.

0 comments on commit f129615

Please sign in to comment.