feat: 模型提示词、剩余额度、对话状态优化

This commit is contained in:
Gsh
2025-10-16 01:20:11 +08:00
parent c5c22224cf
commit 799dd08ec0
9 changed files with 158 additions and 70 deletions

View File

@@ -74,12 +74,11 @@ function openDialog() {
dialogVisible.value = true;
}
function handleConfirm(activeNav: string) {
console.log('确认操作,当前导航:', activeNav);
ElMessage.success('操作成功');
}
// 导航切换
function handleNavChange(nav: string) {
console.log('导航切换:', nav);
}
// 点击