Исправление некликабельной кнопки kernel update

This commit is contained in:
RoyceDa
2026-02-18 19:20:27 +02:00
parent 53a9c0037f
commit 67ef2b7ea7
3 changed files with 9 additions and 10 deletions

View File

@@ -1,11 +1,7 @@
export const APP_VERSION = "1.0.2";
export const APP_VERSION = "1.0.3";
export const CORE_MIN_REQUIRED_VERSION = "1.4.9";
export const RELEASE_NOTICE = `
**Update v1.0.2** :emoji_1f631:
- Support multiple file downloads
- Fix fallback after boot loading
- Fix corss-chat reading messages
- Support sync attachments on other devices
- Fix UI bugs
**Update v1.0.3** :emoji_1f631:
- Fix kernel update alert
`;