Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问如何修改保持图片的路径 #70

Closed
lovebai opened this issue Mar 22, 2022 · 6 comments
Closed

请问如何修改保持图片的路径 #70

lovebai opened this issue Mar 22, 2022 · 6 comments

Comments

@lovebai
Copy link

lovebai commented Mar 22, 2022

我想修改一下复制图片的保持路径,我修改了vditor目录下的index.js文件没有用

url: '/',
accept: '/*',
@cweijan
Copy link
Owner

cweijan commented Mar 22, 2022

是在代码内定义的, 目前不支持自定义.

const fileName = `${new Date().getTime()}.png`;

public async loadClipboardImage() {

@cweijan cweijan pinned this issue Mar 22, 2022
@lovebai
Copy link
Author

lovebai commented Mar 22, 2022

是在代码内定义的, 目前不支持自定义.

const fileName = `${new Date().getTime()}.png`;

public async loadClipboardImage() {

感谢回复,我知道怎么弄了

@LYwyc
Copy link

LYwyc commented Apr 27, 2022

是在代码内定义的, 目前不支持自定义.

const fileName = `${new Date().getTime()}.png`;

public async loadClipboardImage() {

感谢回复,我知道怎么弄了

您好,请问下怎么弄,我也遇到了相同的问题

@cweijan
Copy link
Owner

cweijan commented May 27, 2022

发布了2.5.5版本, 现在可以设置下图片路径.
image

@LYwyc
Copy link

LYwyc commented May 28, 2022

发布了2.5.5版本, 现在可以设置下图片路径. image

万分感谢!

@lovebai
Copy link
Author

lovebai commented May 28, 2022

发布了2.5.5版本, 现在可以设置下图片路径. image

感谢感谢

@lovebai lovebai closed this as completed May 28, 2022
@cweijan cweijan unpinned this issue May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants