This commit is contained in:
2026-02-10 10:01:00 +08:00
parent 6361ba484c
commit 1203a7168b

View File

@@ -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) : ['无标签'],