feat: support uploading images through plugin

This commit is contained in:
Yeuoly
2024-11-14 18:32:51 +08:00
parent 183b943803
commit d25e79e794
7 changed files with 186 additions and 41 deletions

View File

@ -6,4 +6,4 @@ bp = Blueprint("files", __name__)
api = ExternalApi(bp)
from . import image_preview, tool_files
from . import image_preview, tool_files, upload