fix(route): jike/topic change id format (#9864)

This commit is contained in:
Fatpandac 2022-05-31 22:54:06 +08:00 committed by GitHub
parent 4a7d0f4d43
commit 8057f07dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module.exports = {
// 添加内容作者信息
if (item.user) {
author = item.user.screenName;
description += `<span>用户昵称:${author} <br> ID${item.user.id}</span><br>`;
description += `<span>用户昵称:${author} <br> Username${item.user.username}</span><br>`;
}
if (item.linkInfo) {