Ver Fonte

delete .

tycoding há 1 ano atrás
pai
commit
ad132ac09e

+ 0 - 1
langchat-ui-client/package.json

@@ -25,7 +25,6 @@
     "@traptitech/markdown-it-katex": "^3.6.0",
     "@vueuse/core": "^9.13.0",
     "date-fns": "^2.30.0",
-    "docxtemplater": "^3.46.2",
     "highlight.js": "^11.7.0",
     "html2canvas": "^1.4.1",
     "js-beautify": "^1.14.11",

+ 1 - 1
langchat-ui-client/src/layout/Sider.vue

@@ -99,7 +99,7 @@
         >
           <div class="w-full px-4 py-3 flex items-center cursor-pointer gap-3.5">
             <SvgIcon :icon="item.meta?.icon" class="text-lg" />
-            <div class="mt-1 mb-1 text-[14px]"> {{ item.meta?.label }} </div>
+            <div class="mt-1 mb-1 font-medium text-[14px]"> {{ item.meta?.label }} </div>
           </div>
         </n-button>
       </div>