diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index 63f2a001f..fc0dec43f 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="3.1.10.0"/> SiYuan 云南链滴科技有限公司 diff --git a/app/package.json b/app/package.json index 54423a242..543c62ff9 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "3.1.9", + "version": "3.1.10", "description": "Refactor your thinking", "homepage": "https://b3log.org/siyuan", "main": "./electron/main.js", diff --git a/app/src/protyle/render/av/render.ts b/app/src/protyle/render/av/render.ts index fa5133f38..534a32ef3 100644 --- a/app/src/protyle/render/av/render.ts +++ b/app/src/protyle/render/av/render.ts @@ -70,7 +70,7 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: () => void, v const snapshot = protyle.options.history?.snapshot; let newViewID = e.getAttribute(Constants.CUSTOM_SY_AV_VIEW) || ""; if (typeof viewID === "string") { - const viewTabElement = e.querySelector(`.av__views > .layout-tab-bar > .item[data-id="${viewID}"]`) as HTMLElement + const viewTabElement = e.querySelector(`.av__views > .layout-tab-bar > .item[data-id="${viewID}"]`) as HTMLElement; if (viewTabElement) { e.dataset.pageSize = viewTabElement.dataset.page; } diff --git a/kernel/util/working.go b/kernel/util/working.go index c79278c1c..60c57d8fb 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -44,7 +44,7 @@ import ( var Mode = "prod" const ( - Ver = "3.1.9" + Ver = "3.1.10" IsInsider = false )