diff --git a/app/static/js/app.jsx b/app/static/js/app.jsx index 5376ab4..4db81ad 100644 --- a/app/static/js/app.jsx +++ b/app/static/js/app.jsx @@ -6469,6 +6469,155 @@ const SystemManagerModal = ({ }, "Xóa"))))))))); }; +/* ═══════════════════════════════════════════════════════════════════ + ABOUT / HELP / PREFERENCES MODALS (menu Help + Tools → Preferences) + ═══════════════════════════════════════════════════════════════════ */ +const APP_VERSION = '1.0.0'; // khớp src-tauri/tauri.conf.json + +const AboutModal = ({ isOpen, onClose }) => { + if (!isOpen) return null; + return ( +
Professional DAW — v{APP_VERSION}
+Phần mềm sản xuất âm nhạc (DAW) — soạn nhạc, ghi âm, chỉnh sửa MIDI/Audio, SoundFont & VST, trộn và master.
+{s.body}
+{vi ? 'Áp dụng ngay cho menu & hướng dẫn.' : 'Applies immediately to menus & guide.'}
+