This commit is contained in:
X1627315083
2024-05-20 10:45:30 +08:00
parent 851a9280f0
commit b1a44db118
5 changed files with 41 additions and 12 deletions

View File

@@ -504,7 +504,7 @@ export default defineComponent({
// }
if(this.searchPictureName){
let arr = this.searchPictureName.split(/\s+/).length
if(arr > 75){
if(arr > 250){
message.info(
this.t('Generate.jsContent4')
);