Achievements plugin: add option to change display style (#473)

This commit is contained in:
Simon Lecoq
2021-08-12 19:09:13 +02:00
committed by GitHub
parent 2429c60723
commit 8c241b81cd
7 changed files with 89 additions and 11 deletions

View File

@@ -304,6 +304,7 @@
? ({
achievements: {
list: new Array(8).fill(null).map(_ => ({
prefix: "",
title: faker.lorem.word(),
unlock: null,
text: faker.lorem.sentence(),