mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
🐛 导出 word 定位
This commit is contained in:
parent
8400173cba
commit
e40d334c7a
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export const replaceFileName = (name: string) => {
|
|||
};
|
||||
|
||||
export const replaceLocalPath = (name: string) => {
|
||||
return name.replace(/\\\\|\/|:|\*|\?|\\|'|<|>|\|/g, "");
|
||||
return name.replace(/\\\\|\/|"|:|\*|\?|\\|'|<|>|\|/g, "");
|
||||
};
|
||||
|
||||
export const rename = (options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue