fix(550): 修复2处遗漏文案 - 保存到配音库 + 视频库素材较少提示 (#669)
CI/CD Pipeline / Check if frontend-only change (push) Has been skipped
CI/CD Pipeline / Build Production API Image (push) Has been skipped
CI/CD Pipeline / Build Production Web Image (push) Has been skipped
CI/CD Pipeline / Build Production Worker Image (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
CI/CD Pipeline / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (push) Successful in 4m12s
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 6m6s
CI/CD Pipeline / Unit Tests (push) Successful in 6m34s
CI/CD Pipeline / Frontend Unit Tests (push) Successful in 6m47s
CI/CD Pipeline / Build Staging Web Image (push) Successful in 7m23s
CI/CD Pipeline / Integration Tests (push) Successful in 3m2s
CI/CD Pipeline / Build Staging API Image (push) Successful in 10m12s
CI/CD Pipeline / Build Staging Worker Image (push) Successful in 18m38s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 56s
CI/CD Pipeline / ACR Image Cleanup (push) Successful in 42s
CI/CD Pipeline / Staging API Integration Tests (push) Successful in 3m8s
CI/CD Pipeline / Staging E2E Tests (push) Failing after 3m16s

Co-authored-by: xiaoxia <dev@xiaoxiajianji.com>
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com>
This commit was merged in pull request #669.
This commit is contained in:
2026-07-21 08:23:38 +08:00
committed by auto-approve-bot
parent 15c635b553
commit 75bcff9620
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>
)}