mirror of
https://github.com/lingke-net/koring-space.git
synced 2026-09-12 05:45:17 +08:00
基础
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { useNewsStore } from "@/lib/database";
|
||||
import NewsEditor from "@/components/news-editor";
|
||||
|
||||
export default async function NewsPage() {
|
||||
const newsList = await useNewsStore.findAsync({});
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-[calc(100vh-25vh)]">
|
||||
<div className="flex-1">213</div>
|
||||
|
||||
<NewsEditor className="max-h-52" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user