refactor: update references from CSAgent to AgentDesk across the codebase

This commit is contained in:
mlogclub
2026-05-31 18:48:49 +08:00
parent eb04c344a5
commit c1e972001d
7 changed files with 58 additions and 58 deletions
@@ -740,7 +740,7 @@ function WebAccessGuide({ channelId }: { channelId: string }) {
return ""
}
return `<script>
window.CSAgentConfig = {
window.AgentDeskConfig = {
channelId: "${channelId}"
};
</script>