feat: 更新icon

This commit is contained in:
DEV_DSW
2026-04-08 09:14:37 +08:00
parent eb9acae071
commit 804a49036b
13 changed files with 66 additions and 73 deletions

View File

@@ -15,7 +15,7 @@ const ICONS_DIR = path.join(PROJECT_ROOT, 'resources', 'icons');
const SOURCE_PATHS = [
path.join(ICONS_DIR, 'icon.svg'), // Primary: SVG in icons directory
path.join(PROJECT_ROOT, 'icon.svg'), // SVG in project root
path.join(PROJECT_ROOT, 'src', 'assets', 'images', 'login', 'blue_logo.png'), // Login logo
path.join(PROJECT_ROOT, 'src', 'assets', 'images', 'icon.png'), // Login logo
];
echo`🎨 Generating ZN-AI icons...`;