升级依赖;打包文件时默认补全文件名
This commit is contained in:
@@ -164,7 +164,7 @@ function compressFiles(){
|
||||
confirmButtonText: '打包',
|
||||
cancelButtonText: '取消',
|
||||
type: 'info',
|
||||
inputValue: '.tar'
|
||||
inputValue: selectedFiles[0].name + '.tar'
|
||||
}
|
||||
).then((packageName) => {
|
||||
if(packageName.value.trim() === ''){
|
||||
|
||||
Reference in New Issue
Block a user