From 3e9712f4eae05068db5039a0978e6a1155ac8fb2 Mon Sep 17 00:00:00 2001 From: wanghanlin <1533525126@qq.com> Date: Fri, 26 Jun 2026 17:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=20ChatSDK=E6=B5=8B=E8=AF=95=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E4=B8=AD=E5=AE=9E=E7=8E=B0=E6=8E=A5=E5=85=A5=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E4=B8=8E=E5=A4=8D=E5=88=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/sdk/test.html | 139 +++++++++++++++++++++++- 1 file changed, 138 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/sdk/test.html b/src/main/resources/static/sdk/test.html index 3015867..afde5ac 100644 --- a/src/main/resources/static/sdk/test.html +++ b/src/main/resources/static/sdk/test.html @@ -80,6 +80,10 @@ body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans S .code-section .st{color:#059669} /* 字符串 */ .code-section .nu{color:#2563EB} /* 数字 */ .code-section .bl{color:#DC2626} /* 必传高亮 */ +.code-tabs{display:flex;gap:4px} +.code-tab{padding:3px 10px;border:1px solid #E5E7EB;border-radius:4px;background:#fff;color:#6B7280;font-size:11px;cursor:pointer;transition:all .15s;font-family:inherit} +.code-tab--active{background:#4F46E5;color:#fff;border-color:#4F46E5} +.code-tab:hover:not(.code-tab--active){background:#F3F4F6}
@@ -188,7 +192,13 @@ body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans S