1
0

enhance(frontend): Enterでチャットのメッセージを送信できるように

This commit is contained in:
syuilo
2025-03-25 13:19:54 +09:00
parent 8c1fc85d00
commit 2272eceffa
6 changed files with 78 additions and 13 deletions
+20
View File
@@ -5448,6 +5448,14 @@ export interface Locale extends ILocale {
*
*/
"home": string;
/**
*
*/
"send": string;
/**
*
*/
"newline": string;
/**
*
*/
@@ -5614,11 +5622,23 @@ export interface Locale extends ILocale {
*
*/
"showNavbarSubButtons": string;
/**
*
*/
"ifOn": string;
/**
*
*/
"ifOff": string;
"_chat": {
/**
*
*/
"showSenderName": string;
/**
* Enterで送信
*/
"sendOnEnter": string;
};
};
"_preferencesProfile": {