refactor: update externalName references in widget configuration and SDK

This commit is contained in:
mlogclub
2026-04-27 16:51:13 +08:00
parent cd9de63860
commit bc98fc572f
6 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -66,7 +66,7 @@
if (config.position) frameUrl.searchParams.set("position", config.position);
if (config.themeColor) frameUrl.searchParams.set("themeColor", config.themeColor);
if (config.width) frameUrl.searchParams.set("width", config.width);
if (config.subject) frameUrl.searchParams.set("subject", config.subject);
if (config.externalName) frameUrl.searchParams.set("externalName", config.externalName);
return frameUrl;
}
@@ -360,4 +360,3 @@
mount(window.CSAgentConfig);
}
})();
File diff suppressed because one or more lines are too long