feat: prepare Zhinian desktop client for pilot release

This commit is contained in:
inman
2026-04-29 10:23:20 +08:00
parent f9361e686a
commit 47b83b79fc
149 changed files with 15341 additions and 3590 deletions

View File

@@ -4,7 +4,7 @@ import { dirname, join } from 'node:path';
import { logger } from '../utils/logger';
import { getSetting } from '../utils/store';
const LINUX_AUTOSTART_FILE = join('.config', 'autostart', 'clawx.desktop');
const LINUX_AUTOSTART_FILE = join('.config', 'autostart', 'zhinian-assistant.desktop');
function quoteDesktopArg(value: string): string {
if (!value) return '""';
@@ -30,8 +30,8 @@ function getLinuxDesktopEntry(): string {
'[Desktop Entry]',
'Type=Application',
'Version=1.0',
'Name=ClawX',
'Comment=ClawX - AI Assistant',
'Name=智念助手',
'Comment=B 端 AI Agent 桌面助手',
`Exec=${getLinuxExecCommand()}`,
'Terminal=false',
'Categories=Utility;',