+
邀請連結生成器
+
+
+ setClientId(e.target.value.replace(/\D+/g, ""))}
+ onKeyDown={(e) => {
+ if (e.key === "Enter" && inviteUrl) {
+ copyToClipboard();
+ }
+ }}
+ className="w-full rounded-md border border-input bg-background px-3 py-2 text-sm outline-none ring-offset-background focus-visible:ring-2 focus-visible:ring-ring"
+ />
+
+
+
+
+
+
+
+
+
+
+ {inviteUrl && (
+
+ 邀請你的機器人
+
+ )}
+
+
+
+ );
+}
+
+export default InvitationLinkGenerator;