feat: windows portable version do not check update

This commit is contained in:
GyDi
2022-08-16 01:53:40 +08:00
parent 7eb595170f
commit d5192e2244
3 changed files with 15 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ import useCustomTheme from "@/components/layout/use-custom-theme";
import getSystem from "@/utils/get-system";
import "dayjs/locale/zh-cn";
declare global {
const WIN_PORTABLE: boolean;
}
dayjs.extend(relativeTime);
const OS = getSystem();
@@ -87,7 +91,9 @@ const Layout = () => {
<div className="the-logo" data-windrag>
<LogoSvg />
<UpdateButton className="the-newbtn" />
{!(OS === "windows" && WIN_PORTABLE) && (
<UpdateButton className="the-newbtn" />
)}
</div>
<List className="the-menu">