From 3ed1e4739d980202795ef98eba1b8c6477124550 Mon Sep 17 00:00:00 2001 From: qian wang <1510106069@qq.com> Date: Mon, 12 Jan 2026 17:26:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B0=83=E6=95=B4=20types.ts=20?= =?UTF-8?q?=E4=B8=AD=E5=85=B3=E4=BA=8E=20prompt=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/db/codegen/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/codegen/types.ts b/lib/db/codegen/types.ts index 40f96d61..d0131d5b 100644 --- a/lib/db/codegen/types.ts +++ b/lib/db/codegen/types.ts @@ -6,7 +6,7 @@ export interface CodegenRule { | "file-structure" | "attention-rules" description: string - prompt?: string // only used when type is "styles" | "file-structure" | "special-attention" + prompt?: string // only used when type is "styles" | "file-structure" | "attention-rules" dataSet?: string[] // only used when type is "public-components" docs?: { // only used when type is "private-components"