mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 02:29:10 +00:00
breakout demo data
This commit is contained in:
parent
29ea3279c9
commit
11a6e2d85c
3 changed files with 15 additions and 17 deletions
8
ui/config/demo.js
Normal file
8
ui/config/demo.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default [
|
||||
'cute',
|
||||
'vanity',
|
||||
'brave',
|
||||
'proud',
|
||||
'wonderful',
|
||||
'日本語'
|
||||
].map((name, i, roles) => ({ name: `a ${name} role ♡`, color: `hsl(${(360 / roles.length) * i},40%,70%)` }))
|
Loading…
Add table
Add a link
Reference in a new issue