From 2b0b79bfa1321ce92ae21f7f396f519135db79b6 Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Wed, 30 Oct 2024 16:39:49 +0800 Subject: [PATCH 1/9] add dak rebot --- docs/zh/theme/main.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index b3abfd3..84baa33 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -31,3 +31,34 @@ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.2.0/+esm' {% endblock %} + +
+ +
+ + \ No newline at end of file From c121457ba00090f13cb011a5014026ddb5c0473a Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Wed, 30 Oct 2024 16:50:14 +0800 Subject: [PATCH 2/9] add dak robot --- docs/zh/theme/main.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 84baa33..5da7e6c 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -32,6 +32,7 @@ {% endblock %} +{% block content %}
@@ -61,4 +62,5 @@ border: none; border-radius: 8px; } - \ No newline at end of file + +{% endblock %} From ab4c34d912840e3e89b938b702f36b262f028ea3 Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Wed, 30 Oct 2024 16:55:18 +0800 Subject: [PATCH 3/9] add dak robot --- docs/zh/theme/main.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 5da7e6c..692f726 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -14,25 +14,7 @@ {% endblock %} {% block content %} {% include "overrides/partials/content.html" %} -{% endblock %} -{% block scripts %} - {{ super() }} - - - -{% endblock %} -{% block content %}
@@ -64,3 +46,19 @@ } {% endblock %} +{% block scripts %} + {{ super() }} + + + +{% endblock %} From 176ace4a1e0171f8aabb201a24b9f520683b062a Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Wed, 30 Oct 2024 17:52:26 +0800 Subject: [PATCH 4/9] add dak robot --- docs/zh/theme/main.html | 95 +++++++++++++------ .../assets/stylesheets/index-DsWjVGYV.css | 1 + 2 files changed, 69 insertions(+), 27 deletions(-) create mode 100644 docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 692f726..2590a06 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -5,6 +5,7 @@ {% block styles %} {{ super() }} + {% endblock %} {% block announce %} @@ -14,37 +15,77 @@ {% endblock %} {% block content %} {% include "overrides/partials/content.html" %} +
+ + - + // 点击聊天机器人图标展开 + chatbot.addEventListener('click', () => { + chatbot.classList.toggle('w-[460px]'); + chatbot.classList.toggle('rounded-lg'); + chatbot.style.height = chatbot.classList.contains('rounded-lg') + ? 'calc(100vh - 40px)' + : '48px'; + chatContent.classList.toggle('hidden'); + logo.classList.toggle('hidden'); + }); + + // 点击关闭按钮回到初始状态 + closeBtn.addEventListener('click', event => { + event.stopPropagation(); // 阻止事件冒泡,防止触发聊天机器人点击事件 + chatbot.style.height = '48px'; + chatbot.classList.remove('w-[460px]', 'rounded-lg'); + chatContent.classList.add('hidden'); + logo.classList.remove('hidden'); + }); + {% endblock %} {% block scripts %} {{ super() }} diff --git a/docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css b/docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css new file mode 100644 index 0000000..f210962 --- /dev/null +++ b/docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css @@ -0,0 +1 @@ +*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-5{bottom:1.25rem}.right-2{right:.5rem}.right-5{right:1.25rem}.top-2{top:.5rem}.z-\[1100\]{z-index:1100}.box-border{box-sizing:border-box}.hidden{display:none}.h-12{height:3rem}.h-6{height:1.5rem}.h-full{height:100%}.w-12{width:3rem}.w-6{width:1.5rem}.w-\[460px\]{width:460px}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-none{border-style:none}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html{font-size:16px;--twc-base: 0 0% 8.24%;--twc-surface-primary: 0 0% 100%;--twc-btn-primary-base: 0 0% 3.1%;--twc-surface-primary-opacity: 1;--twc-btn-primary-label: 0 0% 100%;--twc-footer-base: 0 0% 89%;--twc-footer-base-opacity: .31;--twc-footer-link: 0 0% 3.1%;--twc-footer-label: 0 0% 38%;--twc-footer-label--inactive: 0 0% 38%}.custom-gradient{background:linear-gradient(30deg,#d7e3f9,#def0fa 83%,#ddf1fa)}.bg-try{background-image:url(/assets/image96-BVSiYP1x.png);background-size:contain;background-position:right;background-repeat:no-repeat}@keyframes logoAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}#logo{animation:logoAnimation 1s ease-in-out infinite}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))} From 998114d0b3750dde9bd0ebb6ba1723c12083bddf Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Wed, 30 Oct 2024 18:05:14 +0800 Subject: [PATCH 5/9] add dak robot --- docs/zh/theme/main.html | 2 +- docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 2590a06..468e8d3 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -17,7 +17,7 @@ {% include "overrides/partials/content.html" %}
Date: Thu, 31 Oct 2024 12:36:58 +0800 Subject: [PATCH 6/9] feat: add sdk for dak chatbot --- docs/zh/theme/main.html | 72 +---------------------------------------- 1 file changed, 1 insertion(+), 71 deletions(-) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 468e8d3..0b7f390 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -15,77 +15,6 @@ {% endblock %} {% block content %} {% include "overrides/partials/content.html" %} -
- - -
- - {% endblock %} {% block scripts %} {{ super() }} @@ -102,4 +31,5 @@ + {% endblock %} From 8f0c854b8c8fa73aea3620f6dcb44fed65e67422 Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Thu, 31 Oct 2024 12:37:56 +0800 Subject: [PATCH 7/9] feat: add sdk for dak chatbot --- docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css diff --git a/docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css b/docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css deleted file mode 100644 index 1e1982f..0000000 --- a/docs/zh/theme/overrides/assets/stylesheets/index-DsWjVGYV.css +++ /dev/null @@ -1 +0,0 @@ -*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-5{bottom:1.25rem}.right-2{right:.5rem}.right-5{right:1.25rem}.top-2{top:.5rem}.z-\[1000\]{z-index:1000}.z-\[1100\]{z-index:1100}.box-border{box-sizing:border-box}.hidden{display:none}.h-12{height:3rem}.h-6{height:1.5rem}.h-full{height:100%}.w-12{width:3rem}.w-6{width:1.5rem}.w-\[460px\]{width:460px}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-none{border-style:none}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html{font-size:16px;--twc-base: 0 0% 8.24%;--twc-surface-primary: 0 0% 100%;--twc-btn-primary-base: 0 0% 3.1%;--twc-surface-primary-opacity: 1;--twc-btn-primary-label: 0 0% 100%;--twc-footer-base: 0 0% 89%;--twc-footer-base-opacity: .31;--twc-footer-link: 0 0% 3.1%;--twc-footer-label: 0 0% 38%;--twc-footer-label--inactive: 0 0% 38%}.custom-gradient{background:linear-gradient(30deg,#d7e3f9,#def0fa 83%,#ddf1fa)}.bg-try{background-image:url(/assets/image96-BVSiYP1x.png);background-size:contain;background-position:right;background-repeat:no-repeat}@keyframes logoAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}#logo{animation:logoAnimation 1s ease-in-out infinite}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))} From 5ab8c525e9eae5c52de34342bd0d51c402fbe2aa Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Thu, 31 Oct 2024 12:38:23 +0800 Subject: [PATCH 8/9] feat: add sdk for dak chatbot --- docs/zh/theme/main.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 0b7f390..7922235 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -5,7 +5,6 @@ {% block styles %} {{ super() }} - {% endblock %} {% block announce %} From 1bb2ef1d5c38902abd56d8c68f9e8a43fe6f6d6f Mon Sep 17 00:00:00 2001 From: "zhenghao.zhu" Date: Thu, 31 Oct 2024 18:42:00 +0800 Subject: [PATCH 9/9] feat: add sdk for dak chatbot --- docs/zh/theme/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/theme/main.html b/docs/zh/theme/main.html index 7922235..2b20528 100644 --- a/docs/zh/theme/main.html +++ b/docs/zh/theme/main.html @@ -30,5 +30,5 @@ - + {% endblock %}