Merge remote-tracking branch 'origin/main' into addon-i18n

This commit is contained in:
月月
2025-07-17 08:41:34 +08:00
29 changed files with 459 additions and 452 deletions
@@ -438,7 +438,7 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
return {
name: `${messageInputField.text.trim().split(" ").length == 1 ? (root.commandPrefix + "save ") : ""}${chatName}`,
displayName: `${chatName}`,
description: Translation.tr("Save chat from %1").arg(chatName),
description: Translation.tr("Save chat to %1").arg(chatName),
}
})
} else if (messageInputField.text.startsWith(`${root.commandPrefix}load`)) {