enhance(frontend): 中クリックでPullToRefreshするように

Close #15931
This commit is contained in:
syuilo 2025-05-04 11:04:51 +09:00
parent 3eaa05a5d9
commit 5aeedf59ff
4 changed files with 35 additions and 30 deletions

4
locales/index.d.ts vendored
View file

@ -5713,6 +5713,10 @@ export interface Locale extends ILocale {
*
*/
"enablePullToRefresh": string;
/**
*
*/
"enablePullToRefresh_description": string;
"_chat": {
/**
*

View file

@ -1428,6 +1428,7 @@ _settings:
ifOff: "オフのとき"
enableSyncThemesBetweenDevices: "デバイス間でインストールしたテーマを同期"
enablePullToRefresh: "ひっぱって更新"
enablePullToRefresh_description: "マウスでは、ホイールを押し込みながらドラッグします。"
_chat:
showSenderName: "送信者の名前を表示"