From 54b9bd4354a34ba61380a1d7bac1b0d8fd7bcabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 18 Sep 2026 17:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=8A=82=E7=82=B9=E5=81=8F?= =?UTF-8?q?=E7=A7=BB=E9=87=8F=20TypeScript=20=E7=BB=91=E5=AE=9A=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ts-rs=20=E7=94=9F=E6=88=90=E7=9A=84=20Node?= =?UTF-8?q?Offset=20=E7=B1=BB=E5=9E=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/features/ui-editor/types/NodeOffset.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/ai-game-creator-shell/src/features/ui-editor/types/NodeOffset.ts b/apps/ai-game-creator-shell/src/features/ui-editor/types/NodeOffset.ts index 373483003..13ad81ff0 100644 --- a/apps/ai-game-creator-shell/src/features/ui-editor/types/NodeOffset.ts +++ b/apps/ai-game-creator-shell/src/features/ui-editor/types/NodeOffset.ts @@ -1,4 +1,3 @@ -export type NodeOffset = { - min: [number, number]; - max: [number, number]; -}; +// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. + +export type NodeOffset = { min: [number, number], max: [number, number], };