fix(frontend): run pnpm build-assets (#14585)

This commit is contained in:
かっこかり 2024-09-20 00:08:14 +09:00 committed by GitHub
parent 2d0e9e0544
commit 8d23122fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
locales/index.d.ts vendored
View File

@ -2384,6 +2384,14 @@ export interface Locale extends ILocale {
* AiScriptの実験環境を提供しますMisskeyと対話するコードの記述
*/
"scratchpadDescription": string;
/**
* UIインスペクター
*/
"uiInspector": string;
/**
* UIコンポーネントのインスタンスの一覧を見ることができますUIコンポーネントはUi:C:
*/
"uiInspectorDescription": string;
/**
*
*/