From b4a93ea79920596256b693e7f4808f66b45789ab Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 12 Jun 2023 12:05:46 +0800 Subject: [PATCH] :art: Improve the mouse hove data sync button information on the desktop and browser https://github.com/siyuan-note/siyuan/issues/8521 --- app/src/layout/topBar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/layout/topBar.ts b/app/src/layout/topBar.ts index 92efbc3c8..da52791b9 100644 --- a/app/src/layout/topBar.ts +++ b/app/src/layout/topBar.ts @@ -240,7 +240,7 @@ export const initBar = (app: App) => { if (!window.siyuan.config.sync.enabled || (0 === window.siyuan.config.sync.provider && needSubscribe(""))) { html = response.data.stat; } else { - html = window.siyuan.languages._kernel[82].replace("%s", dayjs(response.data.synced).format("YYYY-MM-DD HH:mm")) + "\n\n" + html = window.siyuan.languages._kernel[82].replace("%s", dayjs(response.data.synced).format("YYYY-MM-DD HH:mm")) + " " + response.data.kernel + "\n\n" response.data.kernels.forEach((item: { os: string; ver: string;