From a92f8b54795679b369630a16461e7bb0e04f3e51 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 30 Dec 2025 17:09:10 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16688 --- app/src/config/bazaar.ts | 8 ++++---- app/src/types/index.d.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/config/bazaar.ts b/app/src/config/bazaar.ts index b6ac5ccea..02cd2cf72 100644 --- a/app/src/config/bazaar.ts +++ b/app/src/config/bazaar.ts @@ -295,7 +295,7 @@ export const bazaar = {
- + @@ -326,7 +326,7 @@ export const bazaar = { - + @@ -444,7 +444,7 @@ export const bazaar = { - + @@ -548,7 +548,7 @@ type="checkbox"> - +
diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 5d139c905..65b529ba1 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -869,7 +869,7 @@ interface IBazaarItem { hUpdated: string; preferredFunding: string; disallowUpdate: boolean; - updateRequiredMinVer: string; + updateRequiredMinAppVer: string; } interface IAV {