新增前后端AI聊天模块,包括流式对话、配置管理和UI组件优化。
This commit is contained in:
12
.claude/launch.json
Normal file
12
.claude/launch.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "frontend",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev"],
|
||||
"port": 5173,
|
||||
"cwd": "frontend"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user