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;