Files
backend/frontend/src/components.d.ts
T
34047007@qq.com de1f4a4bb8
CI / backend (push) Canceled after 0s
CI / frontend (push) Canceled after 0s
fix: 第16轮搜索审计修复 — all_not/group_negated分离 + _parse_primary重复组 + 错误显示
- Bug 2 (MEDIUM): all_not 混淆外部NOT与内部NOT,新增 group_negated
  字段区分,_pubmed_conditions 改用 pp.group_negated[idx] 替代 all_not
- Bug 1 (MEDIUM): _parse_primary 括号组内重复group赋值,只处理
  group_id < 0 的未分配terms,_parse_or_expr 增加 depth>0 守卫
- Bug 3 (MEDIUM): SearchView.vue 搜索错误显示为"no results",
  新增 searchError ref + NResult 错误面板
- Bug 4 (LOW): literature.py UUID类型转换优化
2026-07-28 14:08:46 +08:00

25 lines
1.2 KiB
TypeScript

/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AdvancedSearchPanel: typeof import('./components/search/AdvancedSearchPanel.vue')['default']
LiteratureCard: typeof import('./components/literature/LiteratureCard.vue')['default']
LiteraturePreviewDrawer: typeof import('./components/literature/LiteraturePreviewDrawer.vue')['default']
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
NetworkStatus: typeof import('./components/common/NetworkStatus.vue')['default']
NModal: typeof import('naive-ui')['NModal']
NoteEditModal: typeof import('./components/notes/NoteEditModal.vue')['default']
NotificationBell: typeof import('./components/common/NotificationBell.vue')['default']
NResult: typeof import('naive-ui')['NResult']
PageSkeleton: typeof import('./components/common/PageSkeleton.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Table1Viewer: typeof import('./components/literature/Table1Viewer.vue')['default']
}
}