forked from FoundKeyGang/FoundKey
parent
f193da7f67
commit
63b3c65691
2 changed files with 2 additions and 1 deletions
|
@ -270,7 +270,7 @@ export default Vue.extend({
|
|||
mascotImageUrl: this.mascotImageUrl,
|
||||
bannerUrl: this.bannerUrl,
|
||||
errorImageUrl: this.errorImageUrl,
|
||||
iconImageUrl: this.iconImageUrl,
|
||||
iconUrl: this.iconUrl,
|
||||
name: this.name,
|
||||
description: this.description,
|
||||
langs: this.languages.split(' '),
|
||||
|
|
|
@ -116,6 +116,7 @@ export default define(meta, async (ps, me) => {
|
|||
mascotImageUrl: instance.mascotImageUrl,
|
||||
bannerUrl: instance.bannerUrl,
|
||||
errorImageUrl: instance.errorImageUrl,
|
||||
iconUrl: instance.iconUrl,
|
||||
maxNoteTextLength: instance.maxNoteTextLength,
|
||||
emojis: emojis,
|
||||
enableEmail: instance.enableEmail,
|
||||
|
|
Loading…
Reference in a new issue