From 28706df7da34b8854cdce96ad89c035eaded6ea9 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 09 四月 2025 15:54:50 +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