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
apps/web/.env.development Normal file → Executable file
View File

0
apps/web/.env.example Normal file → Executable file
View File

0
apps/web/.gitignore vendored Normal file → Executable file
View File

0
apps/web/.well-known/vercel/flags/route.ts Normal file → Executable file
View File

0
apps/web/app/(home)/components/cases.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/components/cta.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/components/faq.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/components/features.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/components/hero.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/components/stats.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/components/testimonials.tsx Normal file → Executable file
View File

0
apps/web/app/(home)/page.tsx Normal file → Executable file
View File

0
apps/web/app/apple-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

0
apps/web/app/blog/[slug]/page.tsx Normal file → Executable file
View File

0
apps/web/app/blog/layout.tsx Normal file → Executable file
View File

0
apps/web/app/blog/page.tsx Normal file → Executable file
View File

0
apps/web/app/components/footer.tsx Normal file → Executable file
View File

0
apps/web/app/components/header/index.tsx Normal file → Executable file
View File

0
apps/web/app/components/header/logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

0
apps/web/app/contact/actions/contact.tsx Normal file → Executable file
View File

0
apps/web/app/contact/components/contact-form.tsx Normal file → Executable file
View File

0
apps/web/app/contact/page.tsx Normal file → Executable file
View File

0
apps/web/app/global-error.tsx Normal file → Executable file
View File

0
apps/web/app/icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 96 B

0
apps/web/app/layout.tsx Normal file → Executable file
View File

0
apps/web/app/legal/[slug]/page.tsx Normal file → Executable file
View File

0
apps/web/app/legal/layout.tsx Normal file → Executable file
View File

0
apps/web/app/opengraph-image.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

0
apps/web/app/pricing/page.tsx Normal file → Executable file
View File

0
apps/web/app/robots.ts Normal file → Executable file
View File

0
apps/web/app/sitemap.ts Normal file → Executable file
View File

0
apps/web/app/styles/web.css Normal file → Executable file
View File

0
apps/web/components/sidebar.tsx Normal file → Executable file
View File

0
apps/web/content-collections.ts Normal file → Executable file
View File

0
apps/web/content/blog/my-first-blog.mdx Normal file → Executable file
View File

0
apps/web/instrumentation.ts Normal file → Executable file
View File

0
apps/web/middleware.ts Normal file → Executable file
View File

0
apps/web/next.config.ts Normal file → Executable file
View File

0
apps/web/package.json Normal file → Executable file
View File

0
apps/web/postcss.config.mjs Normal file → Executable file
View File

0
apps/web/tailwind.config.ts Normal file → Executable file
View File

0
apps/web/tsconfig.json Normal file → Executable file
View File

0
apps/web/vercel.json Normal file → Executable file
View File