feat(frontend): ページのタブバーを下部に表示できるように

This commit is contained in:
syuilo
2025-08-04 20:03:34 +09:00
parent 2f13f923a8
commit bb56b3b4f1
8 changed files with 62 additions and 5 deletions

4
locales/index.d.ts vendored
View File

@@ -5871,6 +5871,10 @@ export interface Locale extends ILocale {
* 利用できるリアクションを先頭に表示
*/
"showAvailableReactionsFirstInNote": string;
/**
* ページのタブバーを下部に表示
*/
"showPageTabBarBottom": string;
"_chat": {
/**
* 送信者の名前を表示

View File

@@ -1469,6 +1469,7 @@ _settings:
contentsUpdateFrequency_description2: "リアルタイムモードがオンのときは、この設定に関わらずリアルタイムでコンテンツが更新されます。"
showUrlPreview: "URLプレビューを表示する"
showAvailableReactionsFirstInNote: "利用できるリアクションを先頭に表示"
showPageTabBarBottom: "ページのタブバーを下部に表示"
_chat:
showSenderName: "送信者の名前を表示"