1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

enhance(frontend): デッキのオプションを追加

This commit is contained in:
syuilo
2025-03-30 20:44:00 +09:00
parent e0d8702839
commit 87a7238976
8 changed files with 417 additions and 60 deletions

24
locales/index.d.ts vendored
View File

@@ -5362,6 +5362,18 @@ export interface Locale extends ILocale {
* 圧縮
*/
"compress": string;
/**
* 右
*/
"right": string;
/**
* 下
*/
"bottom": string;
/**
* 上
*/
"top": string;
"_chat": {
/**
* まだメッセージはありません
@@ -10065,6 +10077,18 @@ export interface Locale extends ILocale {
* カラムの寄せ
*/
"columnAlign": string;
/**
* カラム間のマージン
*/
"columnGap": string;
/**
* デッキメニューの位置
*/
"deckMenuPosition": string;
/**
* ナビゲーションバーの位置
*/
"navbarPosition": string;
/**
* カラムを追加
*/