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,8 +1,8 @@
[package]
name = "senlinai_workbench"
version = "0.1.0"
description = "SenlinAI project workbench desktop shell"
authors = ["SenlinAI"]
description = "森林AI 项目工作台桌面端"
authors = ["森林AI"]
edition = "2021"
[lib]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -3,5 +3,5 @@ pub fn run() {
tauri::Builder::default()
.plugin(tauri_plugin_opener::init())
.run(tauri::generate_context!())
.expect("error while running SenlinAI Workbench");
.expect("启动森林AI时发生错误");
}

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"
]
}
}