feat: Add Douban tags API, enhance popular movies hook, and improve Chinese localization.

This commit is contained in:
kuekhaoyang
2026-01-02 13:42:20 +08:00
parent f379c52e76
commit 8dd9bb67b5
17 changed files with 200 additions and 78 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="zh-CN" suppressHydrationWarning>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
suppressHydrationWarning