We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.4.0-beta.8
Windows
No response
The text was updated successfully, but these errors were encountered:
除了这个其他几个选项都是正常的
Sorry, something went wrong.
我感觉问题是出在这个位置, 这里的db.get('settings.autoCopy')返回值是 undefined, 所以无论设置中的autoCopyUrl是什么值都会将url复制到剪切版. 现在是否有人正在解决这个issues, 如果没有的话我可以去解决它并提交一个pr.
db.get('settings.autoCopy')
undefined
autoCopyUrl
settings.autoCopy好像已经不再使用, 修改上传后自动复制url选项修改的是settings.autoCopyUrl.
settings.autoCopy
上传后自动复制url
settings.autoCopyUrl
感谢贡献 @happy-game
Molunerfinn
Successfully merging a pull request may close this issue.
前置阅读 | Pre-reading
PicGo的版本 | PicGo Version
2.4.0-beta.8
系统信息 | System Information
Windows
问题重现 | Bug reproduce
补充: 测试发现在设置页进行开启和关闭"上传后自动复制url"时, 配置文件autoCopyUrl的值正常跟随变化, 而一旦按上述步骤进行, 则两者不同步且在结果上还是会自动复制
相关日志 | Logs
No response
The text was updated successfully, but these errors were encountered: