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

修复图片上传成功后不更新图片链接的 bug #65

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

colin4k
Copy link

@colin4k colin4k commented Sep 27, 2024

as title

@Molunerfinn
Copy link
Member

const input = "Hello. How are you?";
const escaped = input.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
console.log(escaped); // 输出 "Hello\. How are you\?"

你的修复会造成额外的问题。这里请问你修复了什么问题?可以同时更新一下 https://github.com/PicGo/picgo-plugin-pic-migrater/blob/dev/test/test.md 这个文件,把你的 case 写进去

@colin4k
Copy link
Author

colin4k commented Oct 2, 2024

修复的是:当图片链接不是以.png,.jpg 等文件扩展名方式结尾的链接时,不会正常更新链接的问题

@aqquser
Copy link

aqquser commented Nov 20, 2024

修复的是:当图片链接不是以.png,.jpg 等文件扩展名方式结尾的链接时,不会正常更新链接的问题

我用的piclist,好像安装不了啊

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

Successfully merging this pull request may close these issues.

3 participants