From 6e09e21b98b487621e7f19e1b91012a0e9e617ed Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 21 三月 2025 13:06:26 +0800 Subject: [PATCH] z-index: 1; --- 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