MCPcopy Create free account

hub / github.com/CottonCandyZ/bangumi-electron / functions

Functions1,380 in github.com/CottonCandyZ/bangumi-electron

FunctionCommentDeleteButton
({ className, comment, target, }: { className?: string comment: CommentBase target: ReplyTarget })
app/bangumi/src/renderer/src/components/comment/comment-delete-button.tsx:22
FunctionCommentEditButton
({ className, comment, target, }: { className?: string comment: CommentBase target: ReplyTarget })
app/bangumi/src/renderer/src/components/comment/comment-edit-button.tsx:10
FunctionCommentHeader
({ comment, contentToggle, }: { comment: Comment contentToggle?: ReactNode })
app/bangumi/src/renderer/src/components/comment/comment-item.tsx:225
FunctionCommentItem
({ comment, floorNumber, reactionTarget, userAvatarViewTransition, virtual = false, replyTarget, }
app/bangumi/src/renderer/src/components/comment/comment-item.tsx:52
FunctionCommentList
({ comments, className, appendPlaceholderCount = DEFAULT_COMMENT_PLACEHOLDER_COUNT, hasMore, isFetch
app/bangumi/src/renderer/src/components/comment/comment-list.tsx:11
FunctionCommentReactionButton
({ className, comment, onOpenChange, target, }: { className?: string comment: ReactionItem onOpe
app/bangumi/src/renderer/src/components/comment/comment-reactions.tsx:53
FunctionCommentReactionChip
({ comment, reaction, target, }: { comment: ReactionItem reaction: CommentReaction target?: Reacti
app/bangumi/src/renderer/src/components/comment/comment-reactions.tsx:174
FunctionCommentReactions
({ comment, compact = false, target }: CommentReactionsProps)
app/bangumi/src/renderer/src/components/comment/comment-reactions.tsx:31
FunctionCommentReplyButton
({ className, comment, floorLabel, label = '回复', target, }: { className?: string comment?: Comme
app/bangumi/src/renderer/src/components/comment/comment-reply-button.tsx:8
FunctionCommentSkeleton
()
app/bangumi/src/renderer/src/components/comment/comment-list.tsx:98
FunctionCommentSkeletonList
({ count = 4 }: { count?: number })
app/bangumi/src/renderer/src/components/comment/comment-list.tsx:86
FunctionCommentUserAvatarLink
({ className, imageClassName, transitionKey, user, viewTransition, }: { className?: string image
app/bangumi/src/renderer/src/components/comment/comment-user.tsx:48
FunctionCommentUserSignature
({ sign }: { sign?: string })
app/bangumi/src/renderer/src/components/comment/comment-user.tsx:13
FunctionCommentUserUsername
({ username }: { username?: string })
app/bangumi/src/renderer/src/components/comment/comment-user.tsx:7
FunctionCommunity
()
app/bangumi/src/renderer/src/modules/main/community/index.tsx:15
FunctionCommunityGroupPanelItem
({ group }: { group: SlimGroup })
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-group-content.tsx:98
FunctionCommunityGroupPanelItemSkeleton
()
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-group-content.tsx:149
FunctionCommunityGroupTopicsListPanelContent
({ tab, }: { tab: Extract<MonoListPanelTab, { type: 'communityGroupTopics' }> })
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:39
FunctionCommunityGroupsListPanelContent
({ tab, }: { tab: Extract<MonoListPanelTab, { type: 'communityGroups' }> })
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-group-content.tsx:17
FunctionCommunityGroupsVirtualList
({ query, tab, }: { query: CommunityGroupQuery tab: Extract<MonoListPanelTab, { type: 'communityGroups
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-group-content.tsx:44
FunctionCommunityPreviewItem
({ topic }: { topic: CommunityTopic })
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:145
FunctionCommunityPreviewSkeleton
()
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:202
FunctionCommunitySectionMessage
({ action, text }: { action?: ReactNode; text: ReactNode })
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:215
FunctionCommunitySubjectTopicsListPanelContent
({ tab, }: { tab: Extract<MonoListPanelTab, { type: 'communitySubjectTopics' }> })
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:52
FunctionCommunityTopicDetail
({ kind, topicId }: { kind: TopicKind; topicId: number })
app/bangumi/src/renderer/src/modules/main/community/topic-detail.tsx:45
FunctionCommunityTopicHeaderTitle
({ kind, topicId, }: { kind: 'group' | 'subject' topicId: number })
app/bangumi/src/renderer/src/modules/header/title/community.tsx:6
FunctionCommunityTopicLeadingImage
({ className, iconClassName, kind, loading, topic, }: { className?: string iconClassName?: strin
app/bangumi/src/renderer/src/modules/common/community/community-topic-leading.tsx:18
FunctionCommunityTopicPanelItem
({ fixedLeadingKind, topic, }: { fixedLeadingKind?: CommunityTopicLeadingKind topic: CommunityTopic })
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:155
FunctionCommunityTopicPanelItemSkeleton
()
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:235
FunctionCommunityTopicPreviewList
({ loginRequired, loginText, query, topics, }: { loginRequired: boolean loginText?: string query
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:55
FunctionCommunityTopicSection
({ loginRequired = false, loginText, query, section, }: { loginRequired?: boolean loginText?: stri
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:17
FunctionCommunityTopicsListPanelContent
({ tab, }: { tab: Extract<MonoListPanelTab, { type: 'communityTopics' }> })
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:29
FunctionCommunityTopicsVirtualList
({ query, tab, }: { query: CommunityTopicQuery tab: Extract< MonoListPanelTab, { type: 'commun
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:92
FunctionComponent
()
app/bangumi/src/renderer/src/routes/command-overlay.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/game/page.tsx:3
FunctionComponent
()
app/bangumi/src/renderer/src/app/subject/[subjectId]/page.tsx:8
FunctionComponent
()
app/bangumi/src/renderer/src/app/subject/topic/[topicId]/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/book/page.tsx:3
FunctionComponent
()
app/bangumi/src/renderer/src/app/talk/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/profile/page.tsx:56
FunctionComponent
()
app/bangumi/src/renderer/src/app/search/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/episode/[episodeId]/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/home/page.tsx:23
FunctionComponent
()
app/bangumi/src/renderer/src/app/group/[groupName]/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/group/[groupName]/topic/new/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/group/topic/[topicId]/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/settings/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/music/page.tsx:3
FunctionComponent
()
app/bangumi/src/renderer/src/app/index/[indexId]/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/real/page.tsx:3
FunctionComponent
()
app/bangumi/src/renderer/src/app/character/[characterId]/page.tsx:4
FunctionComponent
()
app/bangumi/src/renderer/src/app/anime/page.tsx:3
FunctionComponent
()
app/bangumi/src/renderer/src/app/person/[personId]/page.tsx:4
FunctionContent
(props: DeleteLoginAccountProps)
app/bangumi/src/renderer/src/modules/dialog/alert/login-delete-alert-dialog.tsx:23
FunctionContent
(props: DeleteCollectionProps)
app/bangumi/src/renderer/src/modules/dialog/alert/delete-subject-collection.tsx:32
FunctionContent
(props: { content: SubjectCollectionSheetProps setOpen: (open: boolean) => void })
app/bangumi/src/renderer/src/modules/dialog/sheet/collection-sheet.tsx:19
FunctionCoverMotionImage
({ className, imageClassName, imageSrc, loading = 'lazy', loadingClassName = 'aspect-2/3', careLoa
app/bangumi/src/renderer/src/components/image/cover-motion-image.tsx:16
FunctionCreateGroupTopicPage
({ groupName }: { groupName: string | undefined })
app/bangumi/src/renderer/src/modules/main/group/create-topic.tsx:22
FunctionDatePickerButton
({ value, placeholder, onChange, }: { value: string placeholder: string onChange: (value: string)
app/bangumi/src/renderer/src/modules/panel/right-panel/panels/search-filter-panel.tsx:228
FunctionDateRangeEditor
({ value, onChange, onApply, }: { value: RangeValue onChange: (value: RangeValue) => void onApply:
app/bangumi/src/renderer/src/modules/panel/right-panel/panels/search-filter-panel.tsx:203
FunctionDeleteSubjectCollectionAlert
()
app/bangumi/src/renderer/src/modules/dialog/alert/delete-subject-collection.tsx:22
FunctionDetail
({ characterId }: { characterId: CharacterId })
app/bangumi/src/renderer/src/modules/main/subject/character/gird/detail.tsx:6
FunctionDetail
({ personId }: { personId: PersonId })
app/bangumi/src/renderer/src/modules/main/subject/person/table/detail.tsx:9
FunctionDevelopingPage
()
app/bangumi/src/renderer/src/components/placeholder/developing-page.tsx:1
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:7
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:25
FunctionDialogContent
({ className, children, showCloseButton = true, hideOverlay = false, disableAnimation = false, ...
app/bangumi/src/renderer/src/components/ui/dialog.tsx:47
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:132
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:106
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:96
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:31
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:19
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:119
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
app/bangumi/src/renderer/src/components/ui/dialog.tsx:13
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:7
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:83
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:32
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:52
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:60
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:144
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:109
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:120
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:164
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:177
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:193
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:223
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:199
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
app/bangumi/src/renderer/src/components/ui/dropdown-menu.tsx:21
FunctionDynamicSmile
({ className, code, size = DYNAMIC_SMILE_DISPLAY_SIZE, }: { className?: string code: string size?:
app/bangumi/src/renderer/src/components/comment/dynamic-smile.tsx:64
FunctionEditorActionButton
({ disabled, icon, label, onClick, }: { disabled?: boolean icon: ReactNode label: string onCli
app/bangumi/src/renderer/src/modules/reply-composer/markdown-reply-editor.tsx:276
FunctionEmojiButton
({ children, code, disabled, onSelect, size = 'default', }: { children: ReactNode code: string
app/bangumi/src/renderer/src/modules/reply-composer/markdown-reply-editor.tsx:246
FunctionEpisodeActions
({ episode, subjectTitle, episodeTotal, }: { episode: Episode subjectTitle?: string episodeTotal?:
app/bangumi/src/renderer/src/modules/main/episode/content.tsx:395
FunctionEpisodeButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<'button'> & Variant
app/bangumi/src/renderer/src/components/button/episode.tsx:47
FunctionEpisodeCollectionActions
({ episode }: { episode: Episode })
app/bangumi/src/renderer/src/modules/main/episode/collection-actions.tsx:9
FunctionEpisodeCollectionButton
({ index, subjectId, episodes, modifyEpisodeCollectionOpt, }: Props)
app/bangumi/src/renderer/src/modules/common/collections/episode-collection-button.tsx:16
FunctionEpisodeCommentsLoading
()
app/bangumi/src/renderer/src/modules/main/episode/content.tsx:342
FunctionEpisodeContent
({ episodeId }: { episodeId: string })
app/bangumi/src/renderer/src/modules/main/episode/content.tsx:37
FunctionEpisodeDetailSection
({ episode, subject, title, }: { episode: Episode subject?: NonNullable<ReturnType<typeof useSubject
app/bangumi/src/renderer/src/modules/main/episode/content.tsx:280
FunctionEpisodeGridContent
({ episodes, size = 'default', modifyEpisodeCollectionOpt, collectionType, mainEpisodeSortOffset = 0
app/bangumi/src/renderer/src/modules/common/episodes/grid/content.tsx:12
← previousnext →701–800 of 1,380, ranked by callers