feat: page interactive, démos Play/Step et simulateur Carnot
Ajoute le pipeline PageSpec (validation, rendu, publication /p/{slug}),
les démos TipTap /demo, et le simulateur Carnot (modes frigo/PAC/moteur,
énergie kJ vs puissance W, unités K/°C/°F) avec correctifs d’équations KaTeX.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -25,6 +25,8 @@ export const FALLBACK_TIER_LIMITS: Record<
|
||||
ai_flashcard: 5,
|
||||
voice_transcribe: 20,
|
||||
publish_enhance: 2,
|
||||
interactive_demo: 5,
|
||||
interactive_page: 2,
|
||||
},
|
||||
PRO: {
|
||||
semantic_search: 200,
|
||||
@@ -42,6 +44,8 @@ export const FALLBACK_TIER_LIMITS: Record<
|
||||
ai_flashcard: 100,
|
||||
voice_transcribe: 500,
|
||||
publish_enhance: 15,
|
||||
interactive_demo: 40,
|
||||
interactive_page: 20,
|
||||
},
|
||||
BUSINESS: {
|
||||
semantic_search: 1000,
|
||||
@@ -59,6 +63,8 @@ export const FALLBACK_TIER_LIMITS: Record<
|
||||
ai_flashcard: 'unlimited',
|
||||
voice_transcribe: 'unlimited',
|
||||
publish_enhance: 100,
|
||||
interactive_demo: 200,
|
||||
interactive_page: 80,
|
||||
},
|
||||
ENTERPRISE: {
|
||||
semantic_search: 'unlimited',
|
||||
@@ -75,6 +81,8 @@ export const FALLBACK_TIER_LIMITS: Record<
|
||||
ai_flashcard: 'unlimited',
|
||||
voice_transcribe: 'unlimited',
|
||||
publish_enhance: 'unlimited',
|
||||
interactive_demo: 'unlimited',
|
||||
interactive_page: 'unlimited',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user