Rename
This commit is contained in:
parent
ebf9cd18c8
commit
b4b6e9548d
6 changed files with 12 additions and 12 deletions
|
@ -39,10 +39,10 @@ export const meta = {
|
|||
}
|
||||
},
|
||||
|
||||
logoUrl: {
|
||||
mascotImageUrl: {
|
||||
validator: $.str.optional.nullable,
|
||||
desc: {
|
||||
'ja-JP': 'インスタンスロゴ画像のURL'
|
||||
'ja-JP': 'インスタンスキャラクター画像のURL'
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -335,8 +335,8 @@ export default define(meta, (ps) => new Promise(async (res, rej) => {
|
|||
set.hidedTags = ps.hidedTags;
|
||||
}
|
||||
|
||||
if (ps.logoUrl !== undefined) {
|
||||
set.logoUrl = ps.logoUrl;
|
||||
if (ps.mascotImageUrl !== undefined) {
|
||||
set.mascotImageUrl = ps.mascotImageUrl;
|
||||
}
|
||||
|
||||
if (ps.bannerUrl !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue