feat(ui): redesign model square pricing page

This commit is contained in:
CaIon
2026-04-30 16:29:01 +08:00
parent 5f86839c7e
commit d2b30dfc95
34 changed files with 2468 additions and 767 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export function useTopNavLinks(): TopNavLink[] {
const pricing = modules?.pricing
if (pricing && typeof pricing === 'object' && pricing.enabled) {
const disabled = pricing.requireAuth && !isAuthed
links.push({ title: t('Pricing'), href: '/pricing', disabled })
links.push({ title: t('Model Square'), href: '/pricing', disabled })
}
// Docs (supports external links)