refactor(assets_proxy): use decorators to simplify code

This commit is contained in:
MingxuanGame
2025-10-03 17:12:28 +00:00
parent d490239f46
commit 046f894407
53 changed files with 151 additions and 313 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from typing import Annotated
from app.database import ChatMessageResp