no message

This commit is contained in:
kuaifan 2025-03-21 00:18:09 +08:00
parent bee36801ab
commit 82f154a229
14 changed files with 39 additions and 26 deletions

View File

@ -103,7 +103,7 @@ services:
fileview:
container_name: "dootask-fileview-${APP_ID}"
image: "kuaifan/fileview:4.2.0-SNAPSHOT-RC25"
image: "kuaifan/fileview:4.4.0-1"
environment:
KK_CONTEXT_PATH: "/fileview"
KK_OFFICE_PREVIEW_SWITCH_DISABLED: true

View File

@ -589,7 +589,7 @@ function createWebTabWindow(args) {
autoHideMenuBar: true,
titleBarStyle: 'hidden',
titleBarOverlay,
backgroundColor: nativeTheme.shouldUseDarkColors ? '#3B3B3D' : '#EFF0F4',
backgroundColor: nativeTheme.shouldUseDarkColors ? '#575757' : '#FFFFFF',
webPreferences: {
preload: path.join(__dirname, 'electron-preload.js'),
webSecurity: true,
@ -888,7 +888,7 @@ function monitorThemeChanges() {
preloadWindow?.setBackgroundColor(backgroundColor);
mediaWindow?.setBackgroundColor(backgroundColor);
childWindow.some(({browser}) => browser.setBackgroundColor(backgroundColor))
webTabWindow?.setBackgroundColor(nativeTheme.shouldUseDarkColors ? '#3B3B3D' : '#EFF0F4')
webTabWindow?.setBackgroundColor(nativeTheme.shouldUseDarkColors ? '#575757' : '#FFFFFF')
// 通知所有窗口
BrowserWindow.getAllWindows().forEach(window => {
window.webContents.send('systemThemeChanged', {

View File

@ -1981,7 +1981,6 @@ API请求的URL路径
即将到期
创建任务
在消息中打开
项目已归档,无法查看
默认90
@ -1994,6 +1993,7 @@ API请求的URL路径
关闭提示
网络连接失败
重试
检查
撤回消息限制
消息发出后的可撤回时长。
@ -2017,3 +2017,4 @@ API请求的URL路径
文件不存在或已被删除
报告不存在或已被删除
文件读取失败:(*)
独立窗口显示

View File

@ -28679,18 +28679,6 @@
"id": "Akan segera kedaluwarsa",
"ru": "Скоро истечет"
},
{
"key": "在消息中打开",
"zh": "",
"zh-CHT": "在消息中打開",
"en": "Open in messages",
"ko": "메시지에서 열기",
"ja": "メッセージで開く",
"de": "In Nachrichten öffnen",
"fr": "Ouvrir dans les messages",
"id": "Buka di pesan",
"ru": "Открыть в сообщениях"
},
{
"key": "项目已归档,无法查看",
"zh": "",
@ -29182,5 +29170,29 @@
"fr": "Échec de la lecture du fichier : (%T1)",
"id": "Gagal membaca file: (%T1)",
"ru": "Ошибка чтения файла: (%T1)"
},
{
"key": "检查",
"zh": "",
"zh-CHT": "檢查",
"en": "Check",
"ko": "확인",
"ja": "確認",
"de": "Prüfen",
"fr": "Vérifier",
"id": "Periksa",
"ru": "Проверка"
},
{
"key": "独立窗口显示",
"zh": "",
"zh-CHT": "獨立窗口顯示",
"en": "Display in a separate window",
"ko": "독립 창에 표시",
"ja": "独立ウィンドウに表示",
"de": "In einem separaten Fenster anzeigen",
"fr": "Afficher dans une fenêtre séparée",
"id": "Tampilkan di jendela terpisah",
"ru": "Отображение в отдельном окне"
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long