Add login gate, calculation history, and AI markdown download.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-13 09:39:38 +08:00
parent abf78cbbb5
commit 462bec2739
23 changed files with 878 additions and 74 deletions
+5
View File
@@ -0,0 +1,5 @@
import HistoryPageClient from "@/components/history/history-page";
export default function HistoryPage() {
return <HistoryPageClient />;
}