chore: update detail styles (#1964)

This commit is contained in:
boojack
2023-07-15 22:57:57 +08:00
committed by GitHub
parent 49dd90578b
commit 01f4780655
15 changed files with 133 additions and 160 deletions

View File

@ -16,7 +16,7 @@ const Home = lazy(() => import("@/pages/Home"));
const MemoDetail = lazy(() => import("@/pages/MemoDetail"));
const EmbedMemo = lazy(() => import("@/pages/EmbedMemo"));
const NotFound = lazy(() => import("@/pages/NotFound"));
const MemosChat = lazy(() => import("@/pages/MemosChat"));
const MemoChat = lazy(() => import("@/pages/MemoChat"));
const initialGlobalStateLoader = (() => {
let done = false;
@ -150,7 +150,7 @@ const router = createBrowserRouter([
},
{
path: "memo-chat",
element: <MemosChat />,
element: <MemoChat />,
loader: async () => {
await initialGlobalStateLoader();