From 11581ffad6f2cce15480470b7729c3a3ad1de27b Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Tue, 10 Feb 2026 00:47:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(typings):=20=E7=B1=BB=E5=9E=8B=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E5=88=B0=20app=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {typings => app/typings}/llm.ts | 0 {typings => app/typings}/types.d.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {typings => app/typings}/llm.ts (100%) rename {typings => app/typings}/types.d.ts (100%) diff --git a/typings/llm.ts b/app/typings/llm.ts similarity index 100% rename from typings/llm.ts rename to app/typings/llm.ts diff --git a/typings/types.d.ts b/app/typings/types.d.ts similarity index 100% rename from typings/types.d.ts rename to app/typings/types.d.ts -- 2.49.1