Logo
Explore Help
Register Sign In
fnvtk/soul
1
0
Fork 0
You've already forked soul
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
59ca3b2bbd42e581417ef2c243193fbbad93039d
soul/app/page.tsx

10 lines
271 B
TypeScript
Raw Normal View History

refactor: full product interaction system redesign Refactor homepage, reading modal, matching feature, and user profile for improved UX #VERCEL_SKIP Co-authored-by: undefined <undefined+undefined@users.noreply.github.com>
2026-01-14 05:17:59 +00:00
import { HomeScreen } from "@/components/home-screen"
import { getBookStructure } from "@/lib/book-file-system"
Update remote soul-content with local content
2026-01-09 11:58:08 +08:00
refactor: full product interaction system redesign Refactor homepage, reading modal, matching feature, and user profile for improved UX #VERCEL_SKIP Co-authored-by: undefined <undefined+undefined@users.noreply.github.com>
2026-01-14 05:17:59 +00:00
export const dynamic = "force-dynamic"
Update remote soul-content with local content
2026-01-09 11:58:08 +08:00
refactor: full product interaction system redesign Refactor homepage, reading modal, matching feature, and user profile for improved UX #VERCEL_SKIP Co-authored-by: undefined <undefined+undefined@users.noreply.github.com>
2026-01-14 05:17:59 +00:00
export default async function HomePage() {
const parts = getBookStructure()
return <HomeScreen parts={parts} />
Update remote soul-content with local content
2026-01-09 11:58:08 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.7 Page: 35ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API