Merge branch 'develop' into hazelnoot/following-timeline
This commit is contained in:
Vendored
+12
@@ -5796,6 +5796,18 @@ export interface Locale extends ILocale {
|
||||
* 解像度は必ず{resolution}である必要があります。
|
||||
*/
|
||||
"appIconResolutionMustBe": ParameterizedString<"resolution">;
|
||||
/**
|
||||
* ロゴURL
|
||||
*/
|
||||
"sidebarLogoUrl": string;
|
||||
/**
|
||||
* 高精細、ダイナミック幅のシナリオで通常のアイコンの代わりに使用するロゴを指定します。
|
||||
*/
|
||||
"sidebarLogoDescription": string;
|
||||
/**
|
||||
* 例:サイドバー、訪問者用、「情報」ページ
|
||||
*/
|
||||
"sidebarLogoUsageExample": string;
|
||||
/**
|
||||
* manifest.jsonのオーバーライド
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user