feat: add app logo and

release workflow
This commit is contained in:
Yidadaa
2023-06-15 02:49:08 +08:00
parent 80d5bfd7c0
commit 6264c02543
26 changed files with 122 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ export const getBuildConfig = () => {
return {
commitId: COMMIT_ID,
buildMode: process.env.BUILD_MODE ?? "standalone",
isApp: !!process.env.BUILD_APP,
};
};