feat: 实现日历课程点击跳转到直播间功能
- 添加日历课程详情弹窗的点击跳转功能 - 公共课直播间和课程直播间支持URL参数自动选中课程 - 优化岗位详情页面样式,复用简洁卡片样式 - 为岗位详情标题添加图标 - 调整不同类型课程的跳转逻辑 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ const ExpertSupportPage = () => {
|
||||
{
|
||||
id: 1,
|
||||
type: "user",
|
||||
content: "您好,我在使用TypeScript时遇到了一些泛型定义的问题",
|
||||
content: "您好,我遇到了一些问题",
|
||||
time: "2025-01-08 16:45",
|
||||
avatar: "👤",
|
||||
},
|
||||
@@ -67,10 +67,10 @@ const ExpertSupportPage = () => {
|
||||
id: 2,
|
||||
type: "expert",
|
||||
content:
|
||||
"您好!我是王开发专家,很高兴为您解答TypeScript相关问题。请详细描述一下您遇到的具体问题。",
|
||||
"你好我是多多ai智能问答小助手,有什么问题就来问我吧",
|
||||
time: "2025-01-08 16:46",
|
||||
avatar: "👨💻",
|
||||
expertName: "王开发专家",
|
||||
expertName: "多多机器人",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
|
||||
Reference in New Issue
Block a user