Browse Source

功能修复

songxy 1 tuần trước cách đây
mục cha
commit
99647f95e6

+ 1 - 0
ais_search_jx/components.d.ts

@@ -14,6 +14,7 @@ declare module 'vue' {
     BasicCurdPage: typeof import('./src/components/curd/BasicCurdPage.vue')['default']
     BasicCurdPageFrame: typeof import('./src/components/curd/frame/BasicCurdPageFrame.vue')['default']
     BasicQueryForm: typeof import('./src/components/query/BasicQueryForm.vue')['default']
+    copy: typeof import('./src/components/pdf/PDFViewerSearch copy.vue')['default']
     HomeCard: typeof import('./src/components/home-card/HomeCard.vue')['default']
     IframePage: typeof import('./src/components/iframe-page/IframePage.vue')['default']
     MarkdownToc: typeof import('./src/components/markdown-toc/MarkdownToc.vue')['default']

+ 1 - 1
ais_search_zj/web/src/views/ai-home/index.vue

@@ -688,7 +688,7 @@ const quest = async (isFllow) => {
     questionUrl = '/chat/chat';
   }
   const topKs = window?.AppGlobalConfig?.topKs || {
-    0: 5,
+    0: 15,
     1: 10,
     2: 15
   };