|
@@ -74,7 +74,7 @@
|
|
|
<el-button type="primary" size="mini" icon="el-icon-folder"
|
|
|
@click="pickDir()">添加文件夹</el-button>
|
|
|
<el-button type="primary" size="mini" icon="el-icon-delete"
|
|
|
- @click="clearList()">清空列表</el-button>
|
|
|
+ @click="clearList()">清空音频</el-button>
|
|
|
</el-button-group>
|
|
|
<el-row type="flex" class="row-bg">
|
|
|
<el-col :span="1" style="text-align: right;">
|
|
@@ -182,7 +182,7 @@
|
|
|
max-height="100%"
|
|
|
empty-text="没有更多数据了!"
|
|
|
:loading="tabLoading"
|
|
|
- :loading-config="{icon: 'vxe-icon-indicator roll', text: '音频加载中...'}"
|
|
|
+ :loading-config="{icon: 'vxe-icon-indicator roll', text: '文件加载中...'}"
|
|
|
:row-config="{isHover: true}"
|
|
|
:edit-config="{trigger: 'click', mode: 'cell'}"
|
|
|
:data="videoList"
|
|
@@ -218,7 +218,7 @@
|
|
|
<div class="footer-line-between">
|
|
|
<!-- 1格式转化 -->
|
|
|
<div class="handle-item" v-if="menuIndex == '1' || menuIndex == '2'">
|
|
|
- <label class="handle-label">输出转换:</label>
|
|
|
+ <label class="handle-label">输出格式:</label>
|
|
|
<el-select v-model="handleData.format" style="width:100px;" size="small">
|
|
|
<el-option v-for="(item, key) in outputAudio" :key="key" :value="item" :label="item"></el-option>
|
|
|
</el-select>
|
|
@@ -470,8 +470,8 @@ export default {
|
|
|
split_type: 1,
|
|
|
split_num: 2,
|
|
|
split_time: '00:00:10',
|
|
|
- speed: 1,
|
|
|
- volume: 1,
|
|
|
+ speed: 1.5,
|
|
|
+ volume: 1.5,
|
|
|
},
|
|
|
isDrop: false,
|
|
|
split_timeStr: new Date(2024, 12, 12, 0, 0, 10),
|
|
@@ -576,12 +576,14 @@ export default {
|
|
|
isOriginal: true,
|
|
|
format: 'mp3',
|
|
|
newPath: os.userInfo().homedir + separator + "Downloads", // 新路径
|
|
|
- type: 2, //
|
|
|
+ type: 1, //
|
|
|
quality: '1', //
|
|
|
compressLevel: 1,
|
|
|
split_type: 1,
|
|
|
split_num: 2,
|
|
|
- split_time: '00:00:10'
|
|
|
+ split_time: '00:00:10',
|
|
|
+ speed: 1.5,
|
|
|
+ volume: 1.5
|
|
|
};
|
|
|
},
|
|
|
async pickFile(){
|