Display supported Memos version in popup

Add a localized notice for supported Memos versions and render it in the extension popup. Introduce the "supportedMemosVersion" message in en and zh_CN (shows compatibility: v0.24.0+ and tested versions), add a corresponding div to popup.html, and wire it up in js/i18n.js so the text is populated via i18n.
This commit is contained in:
jonny
2026-03-05 18:17:36 +08:00
parent 52f06909f3
commit c8bdb918f3
4 changed files with 9 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ function setTitle(id, messageKey) {
setText("saveKey", "saveBtn")
setText("saveTag", "saveBtn")
setText("supportedMemosVersion", "supportedMemosVersion")
setPlaceholder("apiUrl", "placeApiUrl")
setPlaceholder("apiTokens", "placeApiTokens")
setPlaceholder("content", "placeContent")