1
0

fix wording for the branding setting

This commit is contained in:
piuvas
2024-09-29 11:45:35 -03:00
parent 4edce0cb48
commit de33ade423
4 changed files with 20 additions and 20 deletions
+12 -12
View File
@@ -5776,18 +5776,6 @@ export interface Locale extends ILocale {
* URL
*/
"iconUrl": string;
/**
* 使
*/
"sidebarLogoDescription": string;
/**
*
*/
"sidebarLogoUsageExample": string;
/**
* /
*/
"sidebarLogoHint": string;
/**
* {host}
*/
@@ -5804,6 +5792,18 @@ export interface Locale extends ILocale {
* {resolution}
*/
"appIconResolutionMustBe": ParameterizedString<"resolution">;
/**
* URL
*/
"sidebarLogoUrl": string;
/**
* 使
*/
"sidebarLogoDescription": string;
/**
*
*/
"sidebarLogoUsageExample": string;
/**
* manifest.jsonのオーバーライド
*/