fix: 增加对话token显示,token消耗统计

This commit is contained in:
Gsh
2025-08-10 00:56:44 +08:00
parent a9c3a1bcec
commit 3eb27c3d35
10 changed files with 545 additions and 37 deletions

View File

@@ -17,7 +17,7 @@ interface Props {
const props = withDefaults(defineProps<Props>(), {
title: '弹窗标题',
width: '800px',
width: '1000px',
defaultActive: '',
});
@@ -55,6 +55,7 @@ function handleConfirm() {
<template>
<el-dialog
v-model="visible"
:title="title"
:width="width"