refactor: database structure

This commit is contained in:
2025-01-03 04:42:42 +08:00
parent 70932900cd
commit 917af7320e
462 changed files with 1223 additions and 724 deletions

0
packages/ai/components/message.tsx Normal file → Executable file
View File

0
packages/ai/components/thread.tsx Normal file → Executable file
View File

0
packages/ai/index.ts Normal file → Executable file
View File

0
packages/ai/lib/provider.ts Normal file → Executable file
View File

0
packages/ai/lib/react.ts Normal file → Executable file
View File

0
packages/ai/package.json Normal file → Executable file
View File

0
packages/ai/tsconfig.json Normal file → Executable file
View File

0
packages/analytics/client.tsx Normal file → Executable file
View File

0
packages/analytics/index.tsx Normal file → Executable file
View File

0
packages/analytics/package.json Normal file → Executable file
View File

0
packages/analytics/server.ts Normal file → Executable file
View File

0
packages/analytics/tsconfig.json Normal file → Executable file
View File

0
packages/auth/better-auth.config.ts Normal file → Executable file
View File

0
packages/auth/client.ts Normal file → Executable file
View File

0
packages/auth/components/sign-in.tsx Normal file → Executable file
View File

0
packages/auth/components/sign-up.tsx Normal file → Executable file
View File

0
packages/auth/middleware.ts Normal file → Executable file
View File

0
packages/auth/package.json Normal file → Executable file
View File

0
packages/auth/provider.tsx Normal file → Executable file
View File

0
packages/auth/server.ts Normal file → Executable file
View File

0
packages/auth/tsconfig.json Normal file → Executable file
View File

0
packages/cms/collections.ts Normal file → Executable file
View File

0
packages/cms/components/body.tsx Normal file → Executable file
View File

0
packages/cms/components/image.tsx Normal file → Executable file
View File

0
packages/cms/components/toc.tsx Normal file → Executable file
View File

0
packages/cms/components/toolbar.tsx Normal file → Executable file
View File

0
packages/cms/index.ts Normal file → Executable file
View File

0
packages/cms/next-config.ts Normal file → Executable file
View File

0
packages/cms/package.json Normal file → Executable file
View File

0
packages/cms/tsconfig.json Normal file → Executable file
View File

0
packages/cms/typescript-config.json Normal file → Executable file
View File

0
packages/collaboration/auth.ts Normal file → Executable file
View File

0
packages/collaboration/config.ts Normal file → Executable file
View File

0
packages/collaboration/hooks.ts Normal file → Executable file
View File

0
packages/collaboration/package.json Normal file → Executable file
View File

0
packages/collaboration/room.tsx Normal file → Executable file
View File

0
packages/collaboration/tsconfig.json Normal file → Executable file
View File

0
packages/database/.gitignore vendored Normal file → Executable file
View File

0
packages/database/builder.ts Normal file → Executable file
View File

0
packages/database/index.ts Normal file → Executable file
View File

0
packages/database/migrate/migrator.ts Normal file → Executable file
View File

0
packages/database/migrations/m20241229_000001_init.ts Normal file → Executable file
View File

0
packages/database/package.json Normal file → Executable file
View File

0
packages/database/schema/database.ts Normal file → Executable file
View File

0
packages/database/schema/page.ts Normal file → Executable file
View File

0
packages/database/tsconfig.json Normal file → Executable file
View File

0
packages/design-system/components.json Normal file → Executable file
View File

0
packages/design-system/components/mode-toggle.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/accordion.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/alert-dialog.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/alert.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/aspect-ratio.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/avatar.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/badge.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/breadcrumb.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/button.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/calendar.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/card.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/carousel.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/chart.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/checkbox.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/collapsible.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/command.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/context-menu.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/dialog.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/drawer.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/dropdown-menu.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/form.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/hover-card.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/input-otp.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/input.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/label.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/menubar.tsx Normal file → Executable file
View File

View File

0
packages/design-system/components/ui/pagination.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/popover.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/progress.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/radio-group.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/resizable.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/scroll-area.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/select.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/separator.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/sheet.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/sidebar.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/skeleton.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/slider.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/sonner.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/switch.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/table.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/tabs.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/textarea.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/toast.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/toaster.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/toggle-group.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/toggle.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/tooltip.tsx Normal file → Executable file
View File

0
packages/design-system/components/ui/use-toast.ts Normal file → Executable file
View File

0
packages/design-system/hooks/use-mobile.tsx Normal file → Executable file
View File

0
packages/design-system/hooks/use-toast.ts Normal file → Executable file
View File

0
packages/design-system/index.tsx Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More