Skip to content

Commit

Permalink
Fix suno style length (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf-github-user authored Dec 1, 2024
1 parent abcee34 commit 672bc84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix suno style len",
"packageName": "@acedatacloud/nexior",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion src/components/suno/config/StyleInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type="textarea"
class="style"
:placeholder="$t('suno.placeholder.style')"
:maxlength="120"
:maxlength="200"
show-word-limit
/>
</div>
Expand Down

0 comments on commit 672bc84

Please sign in to comment.