du
2025-04-11 c3c18f9d34bbdfbe70d53c8bcfac52e4c4080a6e
口播内容限制
已修改1个文件
16 ■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/chooseTemplate/index.vue
@@ -1572,14 +1572,14 @@
              `场景<span style="color: red; font-weight: bold;">${i + 1}</span>无有效的口播内容`
            )
          }
          // else {
          //   //判断去除标签后的内容长度是否超过2000字
          //   if (plainText.length > 2000) {
          //     warningStrArr.push(
          //       `场景<span style="color: red; font-weight: bold;">${i + 1}</span>口播内容超过2000字,请减少或拆分场景`
          //     )
          //   }
          // }
          else {
            //判断去除标签后的内容长度是否超过2000字
            if (plainText.length > 2000) {
              warningStrArr.push(
                `场景<span style="color: red; font-weight: bold;">${i + 1}</span>口播内容超过2000字,请减少或拆分场景`
              )
            }
          }
        }
      }