feat(frontend): chat widget

This commit is contained in:
syuilo
2025-04-15 15:37:29 +09:00
parent 7c0806f208
commit 525b6a7677
5 changed files with 60 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -9207,6 +9207,10 @@ export interface Locale extends ILocale {
* 今日誕生日のユーザー
*/
"birthdayFollowings": string;
/**
* チャット
*/
"chat": string;
};
"_cw": {
/**