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

优化图片展示和上传 #280

Merged
merged 1 commit into from
Feb 15, 2025
Merged

优化图片展示和上传 #280

merged 1 commit into from
Feb 15, 2025

Conversation

xuewenG
Copy link
Collaborator

@xuewenG xuewenG commented Feb 15, 2025

这个 PR 做了什么?

fix #268

优化图片展示和上传:

  1. 只有上传到服务器的图片以及配置了 S3 请求后缀的情况下,才使用缩略图地址,避免发出无用的请求
  2. 修改图片上传交互,把文本框替换为图片地址列表
  3. 手动填写地址时,禁止填写重复的地址,否则对图片进行排序时会乱序(改起来太麻烦了,一般也不会写重复地址)

@xuewenG xuewenG added the feature New feature label Feb 15, 2025
@xuewenG xuewenG added this to the v0.2.9 milestone Feb 15, 2025
@xuewenG xuewenG merged commit 5925f11 into kingwrcy:dev Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

在线图片地址无法生成缩略图,会请求错误
1 participant