diff --git a/app/src/block/popover.ts b/app/src/block/popover.ts
index 624230e6b..1d91f9cca 100644
--- a/app/src/block/popover.ts
+++ b/app/src/block/popover.ts
@@ -93,7 +93,7 @@ export const initBlockPopover = (app: App) => {
showTooltip(notebookItemElement.getAttribute("aria-label") || "", notebookItemElement);
fetchPost("/api/notebook/getNotebookInfo", {notebook: notebookItemElement.parentElement.parentElement.getAttribute("data-url")}, (response) => {
const boxData = response.data.boxInfo;
- const tip = `${boxData.name} ${boxData.hSize}${boxData.docCount !== 0 ? window.siyuan.languages.includeSubFile.replace("x", boxData.docCount) : ""}
${window.siyuan.languages.modifiedAt} ${boxData.hMtime}
${window.siyuan.languages.createdAt} ${boxData.hCtime}`
+ const tip = `${boxData.name} ${boxData.hSize}${boxData.docCount !== 0 ? window.siyuan.languages.includeSubFile.replace("x", boxData.docCount) : ""}
${window.siyuan.languages.modifiedAt} ${boxData.hMtime}
${window.siyuan.languages.createdAt} ${boxData.hCtime}`;
const scopeNotebookItemElement = hasClosestByClassName(event.target, "b3-list-item__text");
if (notebookItemElement && scopeNotebookItemElement && notebookItemElement.isSameNode(scopeNotebookItemElement)) {
@@ -104,7 +104,7 @@ export const initBlockPopover = (app: App) => {
scopeNotebookItemElement.parentElement.parentElement.getAttribute("data-url") === boxData.id) {
scopeNotebookItemElement.setAttribute("aria-label", tip);
}
- })
+ });
} else {
const tipElement = hasClosestByAttribute(event.target, "id", "tooltip", true);
if (!tipElement || (
diff --git a/app/src/config/exportConfig.ts b/app/src/config/exportConfig.ts
index 2ec13bb22..be8149126 100644
--- a/app/src/config/exportConfig.ts
+++ b/app/src/config/exportConfig.ts
@@ -239,7 +239,7 @@ export const exportConfig = {
fetchPost("/api/system/importConf", formData, response => {
if (response.code !== 0) {
showMessage(response.msg);
- return
+ return;
}
showMessage(window.siyuan.languages.imported);
diff --git a/app/src/layout/dock/Files.ts b/app/src/layout/dock/Files.ts
index a350e3248..328d98f0b 100644
--- a/app/src/layout/dock/Files.ts
+++ b/app/src/layout/dock/Files.ts
@@ -1129,7 +1129,7 @@ export class Files extends Model {
if (item.count && item.count > 0) {
countHTML = `${item.count}`;
}
- const ariaLabel = this.genDocAriaLabel(item)
+ const ariaLabel = this.genDocAriaLabel(item);
return `