|
|
@@ -445,7 +445,19 @@ const NavigationContent: React.FC = () => { |
|
|
<Stack direction="column" alignItems="flex-start" spacing={0.5}> |
|
|
<Stack direction="column" alignItems="flex-start" spacing={0.5}> |
|
|
<Logo height={42} /> |
|
|
<Logo height={42} /> |
|
|
{process.env.NODE_ENV === "production" && ( |
|
|
{process.env.NODE_ENV === "production" && ( |
|
|
<Typography variant="caption" sx={{ fontWeight: 600, color: "text.secondary" }}> |
|
|
|
|
|
|
|
|
<Typography |
|
|
|
|
|
variant="body2" |
|
|
|
|
|
sx={{ |
|
|
|
|
|
fontWeight: 700, |
|
|
|
|
|
color: "warning.dark", |
|
|
|
|
|
bgcolor: "warning.light", |
|
|
|
|
|
px: 1, |
|
|
|
|
|
py: 0.5, |
|
|
|
|
|
borderRadius: 1, |
|
|
|
|
|
border: "1px solid", |
|
|
|
|
|
borderColor: "warning.main", |
|
|
|
|
|
}} |
|
|
|
|
|
> |
|
|
正式服務器 Production Server |
|
|
正式服務器 Production Server |
|
|
</Typography> |
|
|
</Typography> |
|
|
)} |
|
|
)} |
|
|
|