mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-29 13:15:53 +08:00
update data
This commit is contained in:
@@ -485,9 +485,9 @@ class App{
|
||||
Object
|
||||
.values(this.#specialthanks)
|
||||
.sort(()=>0.5-Math.random())
|
||||
.forEach(({group, name, comment})=>groups[--group].append(`
|
||||
.forEach(({group, name, comment, color})=>groups[--group].append(`
|
||||
<li>
|
||||
<span class="name">${name}</span>
|
||||
<span class="name" ${color?('style="color:'+color+'"'):''}>${name}</span>
|
||||
<span class="comment">${comment||''}</span>
|
||||
</li>
|
||||
`))
|
||||
|
||||
Reference in New Issue
Block a user