From f4c5f3a344a89fd146437e4f621fbcc62ecff63c Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 30 Dec 2025 17:01:18 +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, 6 insertions(+), 4 deletions(-) diff --git a/app/src/config/bazaar.ts b/app/src/config/bazaar.ts index e064e5dcd..b6ac5ccea 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 3483c1a9b..5d139c905 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -868,6 +868,8 @@ interface IBazaarItem { hInstallDate: string; hUpdated: string; preferredFunding: string; + disallowUpdate: boolean; + updateRequiredMinVer: string; } interface IAV {