feat: remove boot page

This commit is contained in:
mozzie 2024-09-02 17:00:40 +08:00
parent 57fd8def59
commit 1775cad744
2 changed files with 2 additions and 8 deletions

View File

@ -49,13 +49,7 @@ const Boot = () => {
className="h-full"
>
<div className="p-4 h-full flex flex-col">
<div
className="w-full h-[250px] rounded-md"
style={{
backgroundImage: `url('/banner.png')`,
backgroundSize: "cover",
}}
></div>
{/* card */}
<main className="flex-1 flex flex-col">
<div className="mt-4 flex-1">
<pre className="text-xs">{flaskInfo}</pre>

View File

@ -44,7 +44,7 @@ export const MenuBar = () => {
<MenubarTrigger></MenubarTrigger>
<MenubarContent>
<MenubarItem onSelect={handleImportDicom}>
Dicom<MenubarShortcut>T</MenubarShortcut>
Dicom<MenubarShortcut>T</MenubarShortcut>
</MenubarItem>
<MenubarItem>
New Window <MenubarShortcut>N</MenubarShortcut>