feat(brand): apply 森林AI identity

This commit is contained in:
2026-07-22 15:06:51 +08:00
parent bbc3a752dc
commit 98573cf4ca
21 changed files with 91 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "SenlinAI Workbench",
"productName": "森林AI",
"version": "0.1.0",
"identifier": "ai.senlin.workbench",
"build": {
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "项目工作台",
"title": "森林AI",
"width": 1280,
"height": 820
}
@@ -24,6 +24,12 @@
"bundle": {
"active": true,
"targets": "all",
"icon": ["icons/icon.ico"]
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}