From 7d2959b708039df3104dd1f47c908ea1634dbeb6 Mon Sep 17 00:00:00 2001 From: jingrow Date: Tue, 28 Oct 2025 00:36:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=89=8D=E7=AB=AF=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A8=A1=E6=9D=BF=E6=96=87=E4=BB=B6=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E5=88=9B=E5=BB=BA=E7=9A=84=E6=A8=A1=E6=9D=BFvue?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8D=E4=BC=9A=E5=BC=95=E8=B5=B7=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/jingrow/api/dev.py | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/apps/jingrow/jingrow/api/dev.py b/apps/jingrow/jingrow/api/dev.py index 6ea97c9..03e0106 100644 --- a/apps/jingrow/jingrow/api/dev.py +++ b/apps/jingrow/jingrow/api/dev.py @@ -77,29 +77,40 @@ async def create_pagetypes(payload: Dict[str, Any]): frontend_exists = True else: # 创建字段类型组件的模板 - field_content = f''' ''' field_file.write_text(field_content, encoding="utf-8")