{{ shellState._localApiKey ? '••••' + shellState._localApiKey.slice(-4) : '未设置' }}
本地模式需要 API Key 才能使用 AI 对话。
你也可以切换到 Jowork 云,使用订阅模式无需配置。
{{ shellState.userPrefsApiKeyMasked || '未设置' }}
{{ shellState.appMode === 'local' ? '本地模式' : shellState.appMode === 'self_hosted' ? '本机服务器' : 'Jowork 云' }}
{{ shellState.appMode === 'local'
? '完全运行在本设备上,无需服务器。'
: shellState.appMode === 'self_hosted'
? '本机运行服务器。'
: '已连接到 Jowork 云服务。' }}
修改服务器模式 →