follow upstream
This commit is contained in:
@@ -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'] },
|
||||
|
Reference in New Issue
Block a user