From 9e64c29d7a6c45e383ad78aeeb3d0b1bf9aeaf2e Mon Sep 17 00:00:00 2001 From: hyf-github-user <1348977728@qq.com> Date: Sun, 1 Dec 2024 22:20:26 +0800 Subject: [PATCH 1/2] fix suno style len --- src/components/suno/config/StyleInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/suno/config/StyleInput.vue b/src/components/suno/config/StyleInput.vue index e20545c8..adb9df15 100644 --- a/src/components/suno/config/StyleInput.vue +++ b/src/components/suno/config/StyleInput.vue @@ -10,7 +10,7 @@ type="textarea" class="style" :placeholder="$t('suno.placeholder.style')" - :maxlength="120" + :maxlength="200" show-word-limit /> From 388595a1c0c9ae7c8b9a8c0dc150abe02fe98499 Mon Sep 17 00:00:00 2001 From: hyf-github-user <1348977728@qq.com> Date: Sun, 1 Dec 2024 22:21:07 +0800 Subject: [PATCH 2/2] add change --- ...acloud-nexior-415ea908-4585-4f4b-b89d-52ad6e05e291.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@acedatacloud-nexior-415ea908-4585-4f4b-b89d-52ad6e05e291.json diff --git a/change/@acedatacloud-nexior-415ea908-4585-4f4b-b89d-52ad6e05e291.json b/change/@acedatacloud-nexior-415ea908-4585-4f4b-b89d-52ad6e05e291.json new file mode 100644 index 00000000..442a308e --- /dev/null +++ b/change/@acedatacloud-nexior-415ea908-4585-4f4b-b89d-52ad6e05e291.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix suno style len", + "packageName": "@acedatacloud/nexior", + "email": "1348977728@qq.com", + "dependentChangeType": "patch" +}