优化: 设置页UX与AI自动执行三档

This commit is contained in:
2026-06-24 00:27:08 +08:00
parent 78b48d871b
commit 0a8db6504a
7 changed files with 180 additions and 38 deletions

View File

@@ -111,8 +111,13 @@ export default {
aiLanguageZh: '🇨🇳 简体中文',
aiLanguageEn: '🇺🇸 English',
labelAutoExecute: 'Auto-execute',
descAutoExecute: 'Let AI auto-execute low-risk actions',
labelAutoExecute: 'AI auto-execute scope',
descAutoExecute: 'Control risk level AI auto-executes (low/medium/all-takeover)',
autoModeLow: 'Low risk (default)',
autoModeMedium: 'Include medium',
autoModeAll: 'Full takeover (no approval)',
autoModeAllConfirmTitle: 'Confirm full AI takeover?',
autoModeAllConfirmContent: 'All actions (including high-risk) will be auto-executed without approval. AI may directly perform dangerous operations (delete files / run arbitrary commands, etc.). Confirm only if you trust the current conversation AI.',
labelLogLevel: 'Log level',
descLogLevel: 'Verbosity of workflow logs',

View File

@@ -111,8 +111,13 @@ export default {
aiLanguageZh: '🇨🇳 简体中文',
aiLanguageEn: '🇺🇸 English',
labelAutoExecute: 'AI 自动执行',
descAutoExecute: 'AI 自动执行低风险操作',
labelAutoExecute: 'AI 自动执行范围',
descAutoExecute: '控制 AI 自动执行操作的风险等级(低/中/全部接管)',
autoModeLow: '低风险(默认)',
autoModeMedium: '含中风险',
autoModeAll: '全部接管(无审批)',
autoModeAllConfirmTitle: '确认完全 AI 接管?',
autoModeAllConfirmContent: '所有操作(含高危)将自动执行,无审批。AI 可能直接执行危险操作(删文件/执行任意命令等),请确认你信任当前对话的 AI。',
labelLogLevel: '日志级别',
descLogLevel: '工作流日志详细程度',