MCPcopy Create free account

hub / github.com/SSShooter/ebook-to-mindmap / functions

Functions463 in github.com/SSShooter/ebook-to-mindmap

↓ 1 callersMethodgetUseCustomOnly
(filename: string)
src/services/cacheService.ts:150
↓ 1 callersFunctiongoToNextPage
()
src/components/PdfReader.tsx:113
↓ 1 callersFunctiongoToPreviousPage
()
src/components/PdfReader.tsx:107
↓ 1 callersMethodgroupChaptersByTag
* 按tag分组章节
src/services/bookProcessingService.ts:63
↓ 1 callersFunctionhandleConfirm
()
src/components/TagDialog.tsx:31
↓ 1 callersFunctionhandleCopy
(prompt: CustomPrompt)
src/pages/CustomPromptsPage.tsx:102
↓ 1 callersFunctionhandleCopy
(model: AIModel)
src/pages/ModelsPage.tsx:274
↓ 1 callersFunctionhandleDelete
(id: string)
src/pages/CustomPromptsPage.tsx:96
↓ 1 callersFunctionhandleDelete
(id: string)
src/pages/ModelsPage.tsx:255
↓ 1 callersFunctionhandleDownload
(format: string)
src/components/DownloadMindMapButton.tsx:41
↓ 1 callersFunctionhandleModelChange
(id: string)
src/components/project/ConfigDialog.tsx:68
↓ 1 callersFunctionhandleNext
()
src/components/PdfReader.tsx:54
↓ 1 callersFunctionhandlePrevious
()
src/components/PdfReader.tsx:48
↓ 1 callersFunctionhandleResetZoom
()
src/components/MermaidDiagram.tsx:62
↓ 1 callersFunctionhandleSend
()
src/pages/ChatPage.tsx:176
↓ 1 callersFunctionhandleSetDefault
(id: string)
src/pages/ModelsPage.tsx:269
↓ 1 callersFunctionhtmlToMarkdown
(html: string)
src/utils/htmlToMarkdown.ts:5
↓ 1 callersFunctionloadCache
()
src/components/Step1Config.tsx:220
↓ 1 callersFunctionloadCacheValue
(key: string)
src/pages/CacheManagementPage.tsx:175
↓ 1 callersFunctionloadChapterHtml
()
src/components/EpubReader.tsx:89
↓ 1 callersFunctionloadChapterPages
()
src/components/PdfReader.tsx:62
↓ 1 callersMethodmergeMindMaps
* 合并章节思维导图
src/services/bookProcessingService.ts:445
↓ 1 callersMethodparseKey
( key: string )
src/services/cacheService.ts:291
↓ 1 callersMethodparsePdf
(file: File)
src/services/pdfProcessor.ts:39
↓ 1 callersMethodprocessMindMapGroup
* 处理章节思维导图模式的单个组
src/services/bookProcessingService.ts:216
↓ 1 callersMethodprocessSummaryGroup
* 处理文字总结模式的单个组
src/services/bookProcessingService.ts:106
↓ 1 callersFunctionrenderBookList
()
src/pages/CacheManagementPage.tsx:383
↓ 1 callersFunctionrenderDetail
()
src/pages/CacheManagementPage.tsx:623
↓ 1 callersFunctionrenderDiagram
()
src/components/MermaidDiagram.tsx:150
↓ 1 callersFunctionrenderListItem
(group: BookModeGroup)
src/pages/CacheManagementPage.tsx:330
↓ 1 callersFunctionrenderMindmapDetail
()
src/pages/CacheManagementPage.tsx:511
↓ 1 callersFunctionrenderSummaryDetail
()
src/pages/CacheManagementPage.tsx:390
↓ 1 callersMethodsetCustomPrompt
(filename: string, customPrompt: string)
src/services/cacheService.ts:144
↓ 1 callersFunctionsetTheme
(newTheme: Theme)
src/contexts/ThemeContext.tsx:69
↓ 1 callersMethodsetUseCustomOnly
( filename: string, useCustomOnly: boolean )
src/services/cacheService.ts:157
↓ 1 callersMethodshouldSkipChapter
(title: string)
src/services/epubProcessor.ts:328
↓ 1 callersMethodshouldSkipChapter
(title: string)
src/services/pdfProcessor.ts:398
↓ 1 callersMethodsummarizeChapter
( title: string, content: string, bookType: 'fiction' | 'non-fiction' = 'non-fiction', outputL
src/services/aiService.ts:58
↓ 1 callersFunctionuseAIConfig
()
src/stores/configStore.ts:192
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseMindMap
()
src/components/ui/mindmap.tsx:86
↓ 1 callersFunctionuseResolvedTheme
(themeProp?: "light" | "dark")
src/components/ui/mindmap.tsx:37
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:7
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:48
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:13
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:26
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
src/components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:50
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
src/components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:15
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:37
FunctionApp
()
src/App.tsx:16
FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
src/components/ui/aspect-ratio.tsx:3
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
src/components/ui/badge.tsx:28
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
src/components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:83
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:24
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean })
src/components/ui/breadcrumb.tsx:34
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
src/components/ui/breadcrumb.tsx:11
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:65
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:38
FunctionCacheManagementPage
()
src/pages/CacheManagementPage.tsx:96
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
src/components/ui/calendar.tsx:12
FunctionCalendarDayButton
({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>)
src/components/ui/calendar.tsx:173
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionCarousel
({ orientation = "horizontal", opts, setApi, plugins, className, children, ...props }: React.Com
src/components/ui/carousel.tsx:45
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:135
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:156
FunctionCarouselNext
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:204
FunctionCarouselPrevious
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:174
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<"div"> & { config: ChartConfi
src/components/ui/chart.tsx:35
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
src/components/ui/chart.tsx:251
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:70
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:105
FunctionChatPage
()
src/pages/ChatPage.tsx:16
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:3
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:20
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:9
FunctionCombobox
({ options, value, onValueChange, placeholder = "Select...", searchPlaceholder = "Search...", empt
src/components/ui/combobox.tsx:33
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:16
← previousnext →101–200 of 463, ranked by callers