Pulse Workspace
+Рабочее пространство проекта
- +Android Device Manager
+Менеджер Android устройств
APK Build & Install
+Сборка и установка APK
- +AI Assistant
+AI помощник
- + - +OpenAI Settings
+Настройки OpenAI
- + - +No devices connected
'; + document.getElementById('devices').innerHTML = html || 'Устройства не подключены
'; } function selectDevice(id) { @@ -153,7 +153,7 @@ function selectDevice(id) { async function buildApk() { const workspace = document.getElementById('workspacePath').value; - document.getElementById('buildResult').innerText = 'Building APK...'; + document.getElementById('buildResult').innerText = 'Сборка APK...'; const data = await api('/api/android/build', { method: 'POST', @@ -167,7 +167,7 @@ async function buildApk() { async function installApk() { const workspace = document.getElementById('workspacePath').value; - document.getElementById('buildResult').innerText = 'Installing APK...'; + document.getElementById('buildResult').innerText = 'Установка APK...'; const data = await api('/api/android/install-latest', { method: 'POST', @@ -194,7 +194,7 @@ async function saveSettings() { async function runPrompt() { const prompt = document.getElementById('promptInput').value; - document.getElementById('promptResult').innerText = 'Running AI task...'; + document.getElementById('promptResult').innerText = 'Выполнение AI задачи...'; const data = await api('/api/prompts/test', { method: 'POST',