feat: 本次提交更新内容如下

场景获客暂时缓存,目前没问题
This commit is contained in:
笔记本里的永平
2025-07-07 18:00:08 +08:00
parent 86f7718d2b
commit b33ce7275d
4 changed files with 33 additions and 176 deletions

View File

@@ -213,7 +213,7 @@ export default function Home() {
<div
key={scenario.id}
className="block flex-1 cursor-pointer"
onClick={() => navigate(`/scenarios/${scenario.id}`)}
onClick={() => navigate(`/scenarios/${scenario.id}?name=${encodeURIComponent(scenario.name)}`)}
>
<div className="flex flex-col items-center text-center space-y-2">
<div className={`w-12 h-12 rounded-full ${scenario.color} flex items-center justify-center`}>