mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
fix(frontend): run pnpm build-assets (#14585)
This commit is contained in:
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
@@ -2384,6 +2384,14 @@ export interface Locale extends ILocale {
|
|||||||
* スクラッチパッドは、AiScriptの実験環境を提供します。Misskeyと対話するコードの記述、実行、結果の確認ができます。
|
* スクラッチパッドは、AiScriptの実験環境を提供します。Misskeyと対話するコードの記述、実行、結果の確認ができます。
|
||||||
*/
|
*/
|
||||||
"scratchpadDescription": string;
|
"scratchpadDescription": string;
|
||||||
|
/**
|
||||||
|
* UIインスペクター
|
||||||
|
*/
|
||||||
|
"uiInspector": string;
|
||||||
|
/**
|
||||||
|
* メモリ上に存在しているUIコンポーネントのインスタンスの一覧を見ることができます。UIコンポーネントはUi:C:系関数により生成されます。
|
||||||
|
*/
|
||||||
|
"uiInspectorDescription": string;
|
||||||
/**
|
/**
|
||||||
* 出力
|
* 出力
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user