2025.11.28.22.40

This commit is contained in:
RUI
2025-11-28 22:44:54 +08:00
parent 0d73d0c63b
commit 21da21925e
71 changed files with 2924 additions and 1834 deletions

5
src/pages/simple.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { SimpleEditor } from "@/components/tiptap-templates/simple/simple-editor"
export default function Page() {
return <SimpleEditor />
}