mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
支持导出附件
This commit is contained in:
@@ -87,6 +87,8 @@ define(function() {
|
||||
while(filename.indexOf('--') != -1) {
|
||||
filename = this.replaceAll(filename, '--', '-');
|
||||
}
|
||||
// 最后一个-
|
||||
filename = filename.replace(/\-$/, '');
|
||||
return filename;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user