2023-11-20-1

This commit is contained in:
X1627315083
2023-11-20 09:47:10 +08:00
parent 2ed15a165b
commit 4f26d58ca8
12 changed files with 63 additions and 22 deletions

View File

@@ -474,7 +474,7 @@ export default defineComponent({
// let num2 = (input as HTMLInputElement).value.split(' ').length
console.log(this.captionGeneration);
if(this.captionGeneration.split(/\s+/).length > 75){
if(this.captionGeneration?.split(/\s+/).length > 75){
this.inputShow = true
}else{
this.inputShow = false