1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 17:23:58 +02:00

Merge branch 'develop' into pag-back

This commit is contained in:
tamaina
2023-09-16 08:31:47 +00:00
448 changed files with 2734 additions and 2691 deletions

9
locales/index.d.ts vendored
View File

@@ -359,7 +359,6 @@ export interface Locale {
"driveCapacityPerLocalAccount": string;
"driveCapacityPerRemoteAccount": string;
"inMb": string;
"iconUrl": string;
"bannerUrl": string;
"backgroundImageUrl": string;
"basicInfo": string;
@@ -1141,6 +1140,14 @@ export interface Locale {
"_serverRules": {
"description": string;
};
"_serverSettings": {
"iconUrl": string;
"appIconDescription": string;
"appIconUsageExample": string;
"appIconStyleRecommendation": string;
"appIconResolutionMustBe": string;
"manifestJsonOverride": string;
};
"_accountMigration": {
"moveFrom": string;
"moveFromSub": string;