fix(550): 修复2处遗漏文案 - 保存到配音库 + 视频库素材较少提示 #669

Merged
auto-approve-bot merged 1 commits from fix/550-remaining-text-updates into develop 2026-07-21 08:23:38 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -588,7 +588,7 @@ const GeneratePage: React.FC = () => {
const handleRefreshMatch = useCallback(async () => {
if (materials.items.length <= 5) {
message.info("素材库素材较少,无法换一批")
message.info("视频库素材较少,无法换一批")
return
}
setSmartMatching(true)
+1 -1
View File
@@ -1953,7 +1953,7 @@ const VoiceMaterialLibrary: React.FC = () => {
icon={<PlusOutlined />}
onClick={handleTtsSave}
>
</Button>
</div>
)}