feature:新增批量自动修改功能

This commit is contained in:
charlesxie
2023-07-11 15:48:15 +08:00
parent 28b28b0d10
commit aa9f5cc9b2
13 changed files with 430 additions and 65 deletions

View File

@@ -22,6 +22,9 @@ export default {
batchUpdateId3: function(params) {
return POST(reUrl + '/api/batch_update_id3/', params)
},
batchAutoUpdateId3: function(params) {
return POST(reUrl + '/api/batch_auto_update_id3/', params)
},
fetchId3Title: function(params) {
return POST(reUrl + '/api/fetch_id3_by_title/', params)
},