@jx3box/jx3box-ui 2.0.41 → 2.0.42

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-ui",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -143,7 +143,7 @@ export default {
143
143
  type: this.type,
144
144
  source_id: this.sourceId,
145
145
  parent_id: parent_id,
146
- user_nickname: form.user_nickname || User.getInfo().name,
146
+ user_nickname: form.user_nickname || User.getInfo().name || '神秘侠士',
147
147
  content: form.content,
148
148
  client: this.client,
149
149
  };