Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.82 KB

README_en.md

File metadata and controls

41 lines (24 loc) · 1.82 KB

ImageUpdateTool

简体中文版本

This is a tool to maintain the Github image bed. Just like PicGo (but the function is definitely not as powerful as PicGo).

preview

Usage:

  1. You need to install git before using this software. Make sure to add the path of git to the system environment variables;
  2. When you first open it, you will automatically enter the Settings interface. Please configure the information in this interface and click Apply;

Settings Page

  1. Click the Upload Image button, you can select the image you want to upload. After a successful upload, click the Copy URL button to copy the link of the most recently uploaded image.

Note:

The basic functions of this software are just in a state that can be used 😂

  1. Since accessing Github in China is quite mysterious (sometimes it can be accessed, sometimes it can't), git push/clone operations may fail due to network reasons. When git operations fail due to network reasons, you can wait a while and click Retry. If you hang a ladder for git, there will be basically no failure.

TODO:

Function:

  • Use a progress bar to display the progress when uploading, synchronizing, and deleting images
  • Drag and drop upload
  • Press ctrl + v on the main interface to directly upload the content of the clipboard
  • Multi-language support
  • Add right-click menu for png, jpeg and other image formats to upload in one click

Experience optimization:

  • Asynchronous loading of images
  • Support zooming with the mouse wheel when previewing images
  • Optimize memory usage
  • Optimize the refresh logic of TreeView after uploading and deleting images