@@ -601,7 +601,7 @@ ${primaryAction ? '<div class="fn__hr"></div>' : ""}
601601 </div>
602602 <div class="b3-card__actions b3-card__actions--right">
603603 ${ bazaar . _genIncompatibleChipHTML ( available , "bazaar" , bazaarType ) }
604- ${ bazaar . _genDeprecatedChipHTML ( available , false ) }
604+ ${ bazaar . _genDeprecatedChipHTML ( available ) }
605605 ${ bazaar . _genFundingHTML ( installed . preferredFunding , false ) }
606606 <span data-position="north" class="ariaLabel block__icon block__icon--show${ isBrowser ( ) ? " fn__none" : "" } " data-type="open" aria-label="${ window . siyuan . languages . showInFolder } ">
607607 <svg><use xlink:href="#iconFolder"></use></svg>
@@ -840,7 +840,7 @@ ${primaryAction ? '<div class="fn__hr"></div>' : ""}
840840 ${ bazaar . _genUpdateButtonHTML ( available , bazaarType , true ) }
841841 ${ genRatePackageActionHTML ( bazaar . _data . downloadedRatingKeys . has ( ratingKey ) , bazaar . _data . userRatings . get ( ratingKey ) ) }
842842 ${ bazaar . _genIncompatibleChipHTML ( bazaarItem , "installed" , bazaarType ) }
843- ${ bazaar . _genDeprecatedChipHTML ( bazaarItem , false ) }
843+ ${ bazaar . _genDeprecatedChipHTML ( bazaarItem ) }
844844 ${ bazaar . _genFundingHTML ( bazaarItem . preferredFunding , false ) }
845845 ${ hasSetting ? `<span data-position="north" class="ariaLabel block__icon block__icon--show${ window . siyuan . config . bazaar . petalDisabled ? " fn__none" : "" } " data-type="setting" aria-label="${ window . siyuan . languages . config } ">
846846 <svg><use xlink:href="#iconSettings"></use></svg>
0 commit comments