Skip to content

Commit

Permalink
小修复-gojbid
Browse files Browse the repository at this point in the history
  • Loading branch information
HBcao233 committed Jan 27, 2024
1 parent eef4f94 commit 235d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/FromTojson.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ const generateOutput = () => {
case 'WSITEM':
WSITEM_Output.value = JSON.stringify(WSITEM_Parameter, (k, v) => {
if (v === "") {
if (k === 'GOBJID' || k === 'nameCn') return '必填';
if (k === 'nameCn') return '必填';
return;
}
// 武器,魔剑专属参数
Expand Down

0 comments on commit 235d9fc

Please sign in to comment.