update
This commit is contained in:
@@ -227,7 +227,7 @@ function renderTalks() {
|
|||||||
return {
|
return {
|
||||||
content,
|
content,
|
||||||
user: item.username || '匿名',
|
user: item.username || '匿名',
|
||||||
avatar: 'https://p.liiiu.cn/i/2025/03/13/67d2fc82d329c.webp',
|
avatar: 'https://free.picui.cn/free/2025/08/10/689845496a283.png',
|
||||||
date,
|
date,
|
||||||
location: '',
|
location: '',
|
||||||
tags: Array.isArray(item.tags) && item.tags.length ? item.tags.map(t => t.name) : ['无标签'],
|
tags: Array.isArray(item.tags) && item.tags.length ? item.tags.map(t => t.name) : ['无标签'],
|
||||||
|
|||||||
Reference in New Issue
Block a user