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

View File

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