更新
This commit is contained in:
@@ -681,7 +681,7 @@ export default {
|
||||
dialog
|
||||
.showOpenDialog({
|
||||
title: '打开作业文件',
|
||||
filters: [{ name: 'Soon Work', extensions: ['swk'] }]
|
||||
filters: [{ name: 'Soon Work', extensions: ['dwk'] }]
|
||||
})
|
||||
.then((res) => {
|
||||
fs.readFile(res.filePaths[0], (err, data) => {
|
||||
|
||||
Reference in New Issue
Block a user