From 78bbfb398785e08af2591146cd4b9d1a9ce31092 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sat, 25 Jan 2025 13:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=90=E5=8A=BF=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E8=B6=85=E9=99=90=E6=97=A0=E6=B3=95=E5=8F=91=E9=80=81?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/my_sqlite/models/fortune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/my_sqlite/models/fortune.py b/src/my_sqlite/models/fortune.py index 825ad67..9460e95 100644 --- a/src/my_sqlite/models/fortune.py +++ b/src/my_sqlite/models/fortune.py @@ -12,7 +12,7 @@ class QrFortune(Model): fortune_summary = fields.CharField(max_length=64, description="运势总结", null=True) lucky_star = fields.CharField(max_length=64, description="幸运星", null=True) sign_text = fields.CharField(max_length=64, description="签文", null=True) - un_sign_text = fields.CharField(max_length=64, description="解签", null=True) + un_sign_text = fields.CharField(max_length=100, description="解签", null=True) class Meta: # 指定表名