feat: add new brand logos
Desktop Client Build / Resolve Build Metadata (push) Successful in 26s
Frontend CI / Frontend (push) Successful in 3m23s
Backend CI / Backend (push) Successful in 16m58s
Desktop Client Build / Build Desktop Client (push) Successful in 24m56s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 36s

- Introduced icon-color.svg featuring a colorful gradient design.
- Added icon-with-title.svg that includes a title and multiple gradient elements.
This commit is contained in:
2026-05-31 23:05:27 +08:00
parent e490a267ff
commit e07a87224d
21 changed files with 787 additions and 135 deletions
@@ -97,6 +97,7 @@ export default defineConfig({
// Single source of truth for the brand mark; lives in public/ so the
// main process and electron-builder can read the same file.
'@brand-logo': resolve(rootDir, 'public/logo.svg'),
'@brand-logo-full': resolve(rootDir, 'public/icon-with-title.svg'),
...workspaceAliases,
},
},