MCPcopy Create free account

hub / github.com/cosZone/astro-koharu / functions

Functions813 in github.com/cosZone/astro-koharu

FunctionBackupApp
({ initialFull = false, showReturnHint = false, onComplete }: BackupAppProps)
scripts/koharu/backup.tsx:16
FunctionBangumiCard
({ item }: BangumiCardProps)
src/components/bangumi/BangumiCard.tsx:19
FunctionBangumiCollection
({ userId }: BangumiCollectionProps)
src/components/bangumi/BangumiCollection.tsx:33
FunctionButtonLink
({ url, label, isActive, children }: ButtonLinkProps)
src/components/layout/Navigator.tsx:42
FunctionCategoryMappingDialog
({ open, onOpenChange, newCategories, onConfirm, onCancel }: CategoryMappingDialogProps)
cms/src/components/CategoryMappingDialog.tsx:41
FunctionCategoryStats
({ categories, maxDisplay = 6 }: CategoryStatsProps)
cms/src/components/CategoryStats.tsx:12
FunctionCheckIcon
({ className }: IconProps)
src/components/markdown/shared/icons.tsx:14
FunctionChristmasOrnamentToggle
()
src/components/christmas/ChristmasOrnamentToggle.tsx:161
FunctionCleanApp
({ keepCount = null, showReturnHint = false, onComplete }: CleanAppProps)
scripts/koharu/clean.tsx:24
FunctionCloseIcon
({ className }: { className?: string })
src/components/layout/SearchDialog.tsx:29
FunctionCodeBlockFullscreen
()
src/components/markdown/CodeBlockFullscreen.tsx:41
FunctionCodeBlockToolbar
({ preElement, enableCopy = true, enableFullscreen = true }: CodeBlockToolbarProps)
src/components/markdown/CodeBlockToolbar.tsx:20
FunctionCodePenEmbed
({ user, penId, url }: CodePenEmbedProps)
cms/src/components/embed/CodePenEmbed.tsx:15
FunctionCollapsibleTags
({ tags, locale }: CollapsibleTagsProps)
src/components/tag/CollapsibleTags.tsx:17
FunctionConfirmScreen
({ title, steps, confirmText = '确认创建?', onConfirm, onCancel }: ConfirmScreenProps)
scripts/koharu/components/step-flow/ConfirmScreen.tsx:12
FunctionContentEnhancer
({ enableCopy = true, enableFullscreen = true, enableQuiz = true, enableEncryptedBlock = false, }: Con
src/components/markdown/ContentEnhancer.tsx:42
FunctionCopyButton
({ text, className, showLabel }: CopyButtonProps)
src/components/markdown/shared/CopyButton.tsx:18
FunctionCreatePostDialog
({ open, onOpenChange, existingCategories, onSuccess }: CreatePostDialogProps)
cms/src/components/CreatePostDialog.tsx:68
FunctionCreatingScreen
({ title, message }: CreatingScreenProps)
scripts/koharu/components/step-flow/CreatingScreen.tsx:8
FunctionCustomCategoryChip
* Custom category chip with editable slug
cms/src/components/CreatePostDialog.tsx:28
FunctionCycleSelect
({ options, onChange, visibleOptionCount = DEFAULT_VISIBLE_COUNT, defaultValue }: CycleSelectProps)
scripts/koharu/components/cycle-select/CycleSelect.tsx:16
FunctionCycleSelectOption
({ label, isFocused }: CycleSelectOptionProps)
scripts/koharu/components/cycle-select/CycleSelectOption.tsx:12
FunctionDashboardStats
({ total, published, draft }: DashboardStatsProps)
cms/src/components/DashboardStats.tsx:16
FunctionDiagramFullscreen
()
src/components/markdown/DiagramFullscreen.tsx:21
FunctionDiagramToolbar
({ data, zoomLevel, onReset }: { data: DiagramFullscreenData; zoomLevel: string; onReset: () => void })
src/components/markdown/DiagramFullscreen.tsx:105
FunctionDialog
({ children, open, onOpenChange, ...props }: DialogProps)
src/components/ui/dialog.tsx:45
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
cms/src/components/ui/dialog.tsx:85
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:167
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
cms/src/components/ui/dialog.tsx:80
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:161
FunctionDivider
({ children, className }: { children?: ReactNode; className?: string })
src/components/ui/divider.tsx:4
FunctionDoneScreen
({ title, message, detail, showReturnHint }: DoneScreenProps)
scripts/koharu/components/step-flow/DoneScreen.tsx:10
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:228
FunctionDropdownNavComponent
({ item, currentPath, className, locale = defaultLocale }: DropdownNavProps)
src/components/layout/DropdownNav.tsx:15
FunctionEditButton
({ postId }: EditButtonProps)
src/components/EditButton.tsx:47
FunctionEditorErrorFallback
* Fallback component for editor errors
cms/src/components/PostEditor.tsx:75
FunctionEditorTOC
({ headings, onNavigate }: EditorTOCProps)
cms/src/components/EditorTOC.tsx:47
FunctionEmbedHydrator
({ containerRef }: EmbedHydratorProps)
cms/src/components/EmbedHydrator.tsx:24
FunctionEmbedHydrator
()
src/components/embed/EmbedHydrator.tsx:17
FunctionEmptySvg
({ className }: { className?: string })
src/components/svg/EmptySvg.tsx:5
FunctionEncryptedBlock
({ element }: EncryptedBlockProps)
src/components/markdown/EncryptedBlock.tsx:14
FunctionEncryptedPost
({ element }: EncryptedPostProps)
src/components/markdown/EncryptedPost.tsx:21
FunctionErrorBoundary
({ children, fallback, fallbackRender, FallbackComponent, onError, onReset, resetKeys, })
src/components/common/ErrorBoundary.tsx:133
FunctionErrorFallback
({ error, resetErrorBoundary }: ErrorFallbackProps)
cms/src/components/ErrorFallback.tsx:15
FunctionErrorFallback
({ error, resetErrorBoundary, title = 'Oops, something went wrong!', showDetails = import.meta.env.DEV
src/components/common/ErrorBoundary.tsx:21
FunctionErrorScreen
({ title, error, showReturnHint }: ErrorScreenProps)
scripts/koharu/components/step-flow/ErrorScreen.tsx:9
FunctionFillBlankQuiz
({ quiz }: { quiz: ParsedQuiz })
src/components/markdown/quiz/FillBlankQuiz.tsx:8
FunctionFloatingButton
({ onClick, ariaLabel, title, children, className, dataBgmToggle }: FloatingButtonProps)
src/components/layout/FloatingGroup.tsx:32
FunctionFloatingGroup
()
src/components/layout/FloatingGroup.tsx:52
FunctionFooterAnnouncementEntry
()
src/components/announcement/FooterAnnouncementEntry.tsx:15
FunctionFormCheckbox
* Checkbox field component
cms/src/components/FrontmatterEditor.tsx:218
FunctionFormField
* Input field component
cms/src/components/FrontmatterEditor.tsx:141
FunctionFormTextarea
* Textarea field component
cms/src/components/FrontmatterEditor.tsx:181
FunctionFriendCard
({ friend, index }: FriendCardProps)
src/components/friends/FriendCard.tsx:33
FunctionFriendCreator
({ onComplete, showReturnHint = false }: CreatorProps)
scripts/koharu/creators/friend-creator.tsx:35
FunctionFriendLinksGrid
({ gridElement }: Props)
src/components/markdown/FriendLinksGrid.tsx:8
FunctionFriendRequestForm
()
src/components/friends/FriendRequestForm.tsx:16
FunctionFriendsGrid
()
src/components/friends/FriendsGrid.tsx:7
FunctionGET
(context: APIContext)
src/pages/rss.xml.ts:11
FunctionGET
(_context: APIContext)
src/pages/rss/feed.xsl.ts:8
FunctionGET
(context: APIContext)
src/pages/[lang]/rss.xml.ts:14
FunctionGenerateApp
({ initialType, initialModel, force = false, showReturnHint = false, onComplete, }: GenerateAppProps
scripts/koharu/generate.tsx:21
FunctionGiscus
()
src/components/comment/providers/Giscus.tsx:19
FunctionGlobalBGMPlayer
({ audioGroups, metingApi }: GlobalBGMPlayerProps)
src/components/bgm/GlobalBGMPlayer.tsx:33
FunctionHeadingListComponent
({ headings, depth = 0, activeId, expandedIds, onHeadingClick }: HeadingListProps)
src/components/layout/TableOfContents/HeadingList.tsx:28
FunctionHeadingTitle
({ heading, className }: HeadingTitleProps)
src/components/layout/MobilePostHeader/HeadingTitle.tsx:18
FunctionHeadingTreeItemComponent
({ heading, depth = 0, isActive = false, isExpanded = false, onHeadingClick, renderChildren, }: He
src/components/layout/TableOfContents/HeadingTreeItem.tsx:34
FunctionHelpApp
({ showReturnHint = false, onComplete }: HelpAppProps)
scripts/koharu/help.tsx:10
FunctionHomeSiderSegmented
({ className, ...props }: HomeSiderSegmentedProps)
src/components/ui/segmented/HomeSiderSegmented.tsx:19
FunctionImageLightbox
* Image Lightbox Component
cms/src/components/MarkdownPreview.tsx:27
FunctionImageLightbox
()
src/components/markdown/ImageLightbox.tsx:19
FunctionInfographicToolbar
({ preElement }: InfographicToolbarProps)
src/components/markdown/InfographicToolbar.tsx:32
FunctionInlineErrorFallback
({ error, resetErrorBoundary })
src/components/common/ErrorBoundary.tsx:76
FunctionKoharuApp
()
scripts/koharu.tsx:74
FunctionLanguageSwitcherComponent
({ locale: _ssrLocale, className }: LanguageSwitcherProps)
src/components/layout/LanguageSwitcher.tsx:38
FunctionLinkPreview
({ url }: LinkPreviewProps)
cms/src/components/embed/LinkPreview.tsx:15
FunctionListApp
({ showReturnHint = false, onComplete }: ListAppProps)
scripts/koharu/list.tsx:10
FunctionLogo
()
src/components/layout/MobilePostHeader/index.tsx:70
FunctionMacToolbar
({ language, title, url, linkText, className, children, onClose, onFullscreen }: MacToolbarProps)
src/components/markdown/shared/MacToolbar.tsx:20
FunctionMarkdownPreview
({ content }: MarkdownPreviewProps)
cms/src/components/MarkdownPreview.tsx:68
FunctionMenuIcon
({ className, id }: MenuIconProps)
src/components/ui/MenuIcon.tsx:67
FunctionMermaidToolbar
({ preElement }: MermaidToolbarProps)
src/components/markdown/MermaidToolbar.tsx:19
FunctionMingcuteAiFillSvg
({ className }: { className?: string })
src/components/svg/MingcuteAiFillSvg.tsx:1
FunctionMobilePostHeader
({ isPostPage, logoElement, logoText, logoSrc, enableNumbering = true, }: MobilePostHeaderProps)
src/components/layout/MobilePostHeader/index.tsx:34
FunctionMobileTOCDropdown
({ headings, activeId, expandedIds, onHeadingClick, trigger, open: passedOpen, onOpenChange, e
src/components/layout/MobilePostHeader/MobileTOCDropdown.tsx:39
FunctionMultiChoiceQuiz
({ quiz }: { quiz: ParsedQuiz })
src/components/markdown/quiz/MultiChoiceQuiz.tsx:9
FunctionNavButton
({ direction, disabled, onClick }: { direction: 1 | -1; disabled: boolean; onClick: () => void })
src/components/markdown/ImageLightbox.tsx:282
FunctionNavIcon
({ name }: { name: string })
src/components/layout/Navigator.tsx:30
FunctionNewApp
({ initialType, showReturnHint = false, onComplete }: NewAppProps)
scripts/koharu/new.tsx:17
FunctionNoteBlockIcon
({ noteType }: NoteBlockIconProps)
src/components/markdown/NoteBlockIcon.tsx:26
FunctionOrnamentSvg
({ isEnabled }: { isEnabled: boolean })
src/components/christmas/ChristmasOrnamentToggle.tsx:67
FunctionPopover
({ children, render, open: passedOpen, placement, onOpenChange, className, offset: offsetNum = 1
src/components/ui/popover.tsx:30
FunctionPostCreator
({ onComplete, showReturnHint = false }: CreatorProps)
scripts/koharu/creators/post-creator.tsx:27
FunctionPostEditor
({ postId, onClose, onSaved }: PostEditorProps)
cms/src/components/PostEditor.tsx:110
FunctionPostFooterLists
({ allPosts, relatedPosts, leftCount, rightCount, locale }: Props)
src/components/post/PostFooterLists.tsx:21
FunctionPostTable
({ posts, sortField, sortOrder, onSort, onToggleDraft, onToggleSticky, onEdit, onOpenInEditor,
cms/src/components/PostTable.tsx:49
FunctionProgressCircle
({ size = 28, strokeWidth = 2, className }: ProgressCircleProps)
src/components/layout/MobilePostHeader/ProgressCircle.tsx:19
FunctionQuizBadge
({ type }: { type: QuizType })
src/components/markdown/quiz/QuizBadge.tsx:13
FunctionQuizBlock
({ element }: QuizBlockProps)
src/components/markdown/QuizBlock.tsx:13
FunctionQuizExplanation
({ html, visible }: QuizExplanationProps)
src/components/markdown/quiz/QuizExplanation.tsx:14
← previousnext →501–600 of 813, ranked by callers