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'] },
|
||||
bannerUrl: { type: ['string', 'null'] },
|
||||
errorImageUrl: { type: ['string', 'null'] },
|
||||
serverErrorImageUrl: { type: ['string', 'null'] },
|
||||
notFoundImageUrl: { type: ['string', 'null'] },
|
||||
infoImageUrl: { type: ['string', 'null'] },
|
||||
iconUrl: { type: ['string', 'null'] },
|
||||
backgroundImageUrl: { type: ['string', 'null'] },
|
||||
logoImageUrl: { type: ['string', 'null'] },
|
||||
|
|
|
@ -32,10 +32,9 @@ export const InstanceMetaSharedSchema = {
|
|||
default: '/assets/ai.png',
|
||||
},
|
||||
bannerUrl: { type: ['string', 'null'] },
|
||||
errorImageUrl: {
|
||||
type: ['string', 'null'],
|
||||
default: 'https://xn--931a.moe/aiart/yubitun.png',
|
||||
},
|
||||
serverErrorImageUrl: { type: ['string', 'null'] },
|
||||
infoImageUrl: { type: ['string', 'null'] },
|
||||
notFoundImageUrl: { type: ['string', 'null'] },
|
||||
iconUrl: { type: ['string', 'null'] },
|
||||
backgroundImageUrl: { type: ['string', 'null'] },
|
||||
logoImageUrl: { type: ['string', 'null'] },
|
||||
|
|
Loading…
Reference in a new issue