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

improve: 优化 base64 image 加载时的文件命名方式 #216

Merged
merged 5 commits into from
Nov 16, 2024

Commits on Nov 13, 2024

  1. improve: 优化 base64 image 加载时的文件命名方式

    1. 使用 md5 hash 代替 timestamp,避免重复写入相同的图片文件
    2. 已存在相同 hash 的文件,则直接加载
    3. 对于 base64 图片来说,hash 冲突的概率可忽略不计
    KwokKwok committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    48f3924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa60ae View commit details
    Browse the repository at this point in the history
  3. retrigger checks

    KwokKwok committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    166b20c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    1706511 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    3a5113e View commit details
    Browse the repository at this point in the history