FunctionAddOrModifySubjectCollectionById({
subjectId,
collectionType,
rate,
comment,
isPrivate,
tags,
modify = true,
}: {
subjectId: S
app/bangumi/src/renderer/src/data/fetch/api/collection.ts:226
FunctionAddOrModifySubjectCollectionForm({
subjectId,
subjectType,
subjectTags,
collectionType,
rate = 0,
comment = '',
isPrivate = fals
app/bangumi/src/renderer/src/modules/common/collections/modify/form/subject-form.tsx:35
FunctionBackToTopButton({
className,
onBackToTop,
position = 'fixed',
style,
viewport,
}: BackToTopButtonProps)
app/bangumi/src/renderer/src/components/button/back-to-top.tsx:18
FunctionCalendar({
className,
classNames,
showOutsideDays = true,
captionLayout = 'label',
buttonVariant = 'ghost',
app/bangumi/src/renderer/src/components/ui/calendar.tsx:8
FunctionCarousel({
orientation = "horizontal",
opts,
setApi,
plugins,
className,
children,
...props
}: React.Com
app/bangumi/src/renderer/src/components/ui/carousel.tsx:43
FunctionChartLegendContent({
className,
hideIcon = false,
payload,
verticalAlign = "bottom",
nameKey,
}: React.ComponentProps<
app/bangumi/src/renderer/src/components/ui/chart.tsx:257
FunctionChartTooltipContent({
active,
payload,
className,
indicator = "dot",
hideLabel = false,
hideIndicator = false,
labe
app/bangumi/src/renderer/src/components/ui/chart.tsx:109
FunctionCollectionPreviewSection({
ownProfile,
stats,
subjectType,
title,
userTitle,
username,
}: {
ownProfile: boolean
stats?
app/bangumi/src/renderer/src/app/profile/page.tsx:332
FunctionCollectionsGrid({
collectionType,
subjectType,
showEpisodeList,
useOneBasedEpisodeSort,
username,
}: {
collection
app/bangumi/src/renderer/src/modules/common/collections/grid/index.tsx:13
FunctionCommentBox({
title = '吐槽箱',
titleCount,
comments,
error,
emptyText = '还没有吐槽。',
className,
contentClassName
app/bangumi/src/renderer/src/components/comment/comment-box.tsx:45