From e2c6716a41de5b8530fa378272c5254d78bbfc22 Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Wed, 4 Feb 2026 22:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E6=B7=B7=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/database/database_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/database/database_model.py b/src/common/database/database_model.py index 9c094352..89fcce39 100644 --- a/src/common/database/database_model.py +++ b/src/common/database/database_model.py @@ -77,7 +77,7 @@ class ModelUsage(SQLModel, table=True): cost: float # 本次请求的费用,单位元 -class Image(SQLModel, table=True): +class Images(SQLModel, table=True): """用于同时存储表情包和图片的数据库模型。""" __tablename__ = "images" # type: ignore