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

Fixed the issue of being unable to download images with patterned backgrounds and added the copy function. #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2023

  1. 修复:无法下载有花纹背景的图片

    修复方法:使用 html2canvas@1.0.0-alpha.12 替换原本的 dom-to-image 依赖
    
    Translation:
    Fix: Unable to download images with patterned backgrounds
    Solution: Replace the original dependency of dom-to-image with html2canvas@1.0.0-alpha.12
    RainVice committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f9e78a4 View commit details
    Browse the repository at this point in the history
  2. 修复:无法下载有花纹背景的图片

    修复方法:使用 html2canvas@1.0.0-alpha.12 替换原本的 dom-to-image 依赖
    
    Translation:
    Fix: Unable to download images with patterned backgrounds
    Solution: Replace the original dependency of dom-to-image with html2canvas@1.0.0-alpha.12
    RainVice committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    392afd7 View commit details
    Browse the repository at this point in the history
  3. 增加:新增复制按钮,可以直接将图片复制到剪贴板

    Translation:
    add: Add a copy button that allows direct copying of images to the clipboard.
    RainVice committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1653cf6 View commit details
    Browse the repository at this point in the history