mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
导入导出优化
This commit is contained in:
@@ -525,7 +525,7 @@ define(function() {
|
||||
var name = note.Title ? note.Title + '.enex' : getMsg('Untitled') + '.enex';
|
||||
name = me.fixFilename(name);
|
||||
|
||||
var targetPath = path + '/' + name;
|
||||
var targetPath = path + Api.commonService.getPathSep() + name;
|
||||
|
||||
// 将路径和名字区分开
|
||||
var pathInfo = Api.commonService.splitFile(targetPath);
|
||||
|
Reference in New Issue
Block a user