Refine NNNet UI and rename Android package
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
dom4k
2026-03-16 20:29:49 +00:00
parent 3f304e901c
commit 1cfdb42e04
45 changed files with 1430 additions and 777 deletions

View File

@@ -60,7 +60,7 @@ document.addEventListener('DOMContentLoaded', () => {
releaseNotesText.innerHTML = notes.trim().replace(/\n/g, '<br>');
})
.catch(() => {
releaseNotesText.textContent = 'Не удалось загрузить changelog.';
releaseNotesText.textContent = 'Не удалось загрузить описание обновления.';
});
}
})