From 0159386060edb946f29b5adcd9659dbfac06d6e1 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 10 三月 2025 18:17:32 +0800
Subject: [PATCH] 指标附件

---
 src/components/chat/components/playBar/hook/useAttach.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/components/playBar/hook/useAttach.ts b/src/components/chat/components/playBar/hook/useAttach.ts
index 4b7c53e..38b4a2a 100644
--- a/src/components/chat/components/playBar/hook/useAttach.ts
+++ b/src/components/chat/components/playBar/hook/useAttach.ts
@@ -1,6 +1,6 @@
 import { ref } from 'vue';
 
-export type AttachType = 'file' | 'table';
+export type AttachType = 'file' | 'table' | 'metric';
 export type Attach<T = any> = {
 	title: string;
 	type: AttachType;

--
Gitblit v1.9.3