mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 01:53:08 +02:00
follow upstream
This commit is contained in:
parent
3ec19e0b00
commit
27b6921d3c
2 changed files with 6 additions and 5 deletions
|
@ -1873,7 +1873,9 @@ export const endpoints = {
|
||||||
},
|
},
|
||||||
mascotImageUrl: { type: ['string', 'null'] },
|
mascotImageUrl: { type: ['string', 'null'] },
|
||||||
bannerUrl: { type: ['string', 'null'] },
|
bannerUrl: { type: ['string', 'null'] },
|
||||||
errorImageUrl: { type: ['string', 'null'] },
|
serverErrorImageUrl: { type: ['string', 'null'] },
|
||||||
|
notFoundImageUrl: { type: ['string', 'null'] },
|
||||||
|
infoImageUrl: { type: ['string', 'null'] },
|
||||||
iconUrl: { type: ['string', 'null'] },
|
iconUrl: { type: ['string', 'null'] },
|
||||||
backgroundImageUrl: { type: ['string', 'null'] },
|
backgroundImageUrl: { type: ['string', 'null'] },
|
||||||
logoImageUrl: { type: ['string', 'null'] },
|
logoImageUrl: { type: ['string', 'null'] },
|
||||||
|
|
|
@ -32,10 +32,9 @@ export const InstanceMetaSharedSchema = {
|
||||||
default: '/assets/ai.png',
|
default: '/assets/ai.png',
|
||||||
},
|
},
|
||||||
bannerUrl: { type: ['string', 'null'] },
|
bannerUrl: { type: ['string', 'null'] },
|
||||||
errorImageUrl: {
|
serverErrorImageUrl: { type: ['string', 'null'] },
|
||||||
type: ['string', 'null'],
|
infoImageUrl: { type: ['string', 'null'] },
|
||||||
default: 'https://xn--931a.moe/aiart/yubitun.png',
|
notFoundImageUrl: { type: ['string', 'null'] },
|
||||||
},
|
|
||||||
iconUrl: { type: ['string', 'null'] },
|
iconUrl: { type: ['string', 'null'] },
|
||||||
backgroundImageUrl: { type: ['string', 'null'] },
|
backgroundImageUrl: { type: ['string', 'null'] },
|
||||||
logoImageUrl: { type: ['string', 'null'] },
|
logoImageUrl: { type: ['string', 'null'] },
|
||||||
|
|
Loading…
Reference in a new issue