From 2b8b2cac4fe3f05474459a034bc4034f2d7aa0cb Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 09 四月 2025 10:14:06 +0800
Subject: [PATCH] Merge branch 'test' into huishui_iframe

---
 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