@jx3box/jx3box-common-ui 5.6.1 → 5.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -94,7 +94,7 @@ export default {
94
94
  return authorLink(this.post?.post_author);
95
95
  },
96
96
  author_name: function() {
97
- return this.post?.author || "匿名";
97
+ return this.post?.author_info?.display_name || "匿名";
98
98
  },
99
99
  post_date: function() {
100
100
  return showDate(new Date(this.post?.post_date));