Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tsukumijima/DPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Aug 16, 2022
2 parents 9dabed7 + ef306eb commit 494a29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default {
color: item[2],
author: item[3],
text: item[4],
size: (item[5] ? (((item[5] === 'big') || (item[5] === 'small')) ? item[5] : 'medium') : 'medium'),
}))
);
} else {
Expand All @@ -46,6 +47,7 @@ export default {
color: '#ffeaea',
author: '',
text: '',
size: 'medium',
});
}
})
Expand Down

0 comments on commit 494a29c

Please sign in to comment.