1
0

fix(frontend): ページデザインの修正 (#13642)

This commit is contained in:
かっこかり
2024-03-31 14:16:42 +09:00
committed by GitHub
parent efafa02f68
commit 61978cb4ca
5 changed files with 69 additions and 2 deletions
+8
View File
@@ -8830,6 +8830,14 @@ export interface Locale extends ILocale {
* ボタン
*/
"button": string;
/**
* 動的ブロック
*/
"dynamic": string;
/**
* このブロックは廃止されています。今後は{play}を利用してください。
*/
"dynamicDescription": ParameterizedString<"play">;
/**
* ノート埋め込み
*/