From eb9b43dc91e6c1396620818729bfaa756cdc6986 Mon Sep 17 00:00:00 2001 From: yuxianghui <3437689193@qq.com> Date: Mon, 26 Aug 2024 16:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20=20=20=E3=80=90=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=A6=82=E8=A7=88=E5=86=85=E5=A2=9E=E5=8A=A0=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E7=9A=84=E9=BB=98=E8=AE=A4=E7=AD=9B=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=88=A0=E9=99=A4=E6=8A=A5=E9=94=99=EF=BC=88?= =?UTF-8?q?=E5=8E=9F=E7=94=9F=E6=8A=A5=E9=94=99=EF=BC=89=E3=80=91=20=20=20?= =?UTF-8?q?=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_hide_options/models/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jikimo_hide_options/models/models.py b/jikimo_hide_options/models/models.py index 84aee828..8f30543c 100644 --- a/jikimo_hide_options/models/models.py +++ b/jikimo_hide_options/models/models.py @@ -324,4 +324,4 @@ def unlink(self): BaseModel._create = _create -BaseModel.unlink = unlink \ No newline at end of file +# BaseModel.unlink = unlink \ No newline at end of file