Skip to content

Commit

Permalink
fix(frontend): run pnpm build-assets (#14585)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Sep 19, 2024
1 parent 2d0e9e0 commit 8d23122
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,14 @@ export interface Locale extends ILocale {
* スクラッチパッドは、AiScriptの実験環境を提供します。Misskeyと対話するコードの記述、実行、結果の確認ができます。
*/
"scratchpadDescription": string;
/**
* UIインスペクター
*/
"uiInspector": string;
/**
* メモリ上に存在しているUIコンポーネントのインスタンスの一覧を見ることができます。UIコンポーネントはUi:C:系関数により生成されます。
*/
"uiInspectorDescription": string;
/**
* 出力
*/
Expand Down

0 comments on commit 8d23122

Please sign in to comment.