MCPcopy Create free account

hub / github.com/Renhuai123/ziwei-doushu / functions

Functions176 in github.com/Renhuai123/ziwei-doushu

↓ 1 callersFunctionsearchClassics
(query: string, limit = 30)
lib/classics/index.ts:60
↓ 1 callersFunctionsearchParamsToForm
(params: URLSearchParams)
lib/ziwei/share.ts:71
↓ 1 callersFunctionstreamResponse
(apiMessages: { role: 'user' | 'assistant'; content: string }[])
components/InsightPanel.tsx:277
↓ 1 callersFunctionsubmit
()
app/library/LibrarySearch.tsx:17
↓ 1 callersFunctionuseColors
(theme: Theme)
app/page.tsx:203
↓ 1 callersFunctionuseHistory
()
lib/ziwei/history.ts:14
FunctionAiContent
Render AI markdown: **【Title】** → gold header, **bold** → strong
components/InsightPanel.tsx:148
FunctionAiContent
({ text, streaming }: { text: string; streaming?: boolean })
app/heming/page.tsx:10
FunctionAnnouncementModal
()
components/AnnouncementModal.tsx:9
FunctionBirthForm
({ onSubmit, loading, initialData, onFormSave, hideSubmit }: BirthFormProps)
components/BirthForm.tsx:50
FunctionBookPage
({ params }: { params: Promise<{ book: string }> })
app/library/[book]/page.tsx:23
FunctionChapterPage
({ params }: { params: Promise<{ book: string; chapter: string }> })
app/library/[book]/[chapter]/page.tsx:25
FunctionChartBoard
({ chart, onStarSelect, onPalaceSelect, onSiHuaClick }: ChartBoardProps)
components/ChartBoard.tsx:55
FunctionChartPage
()
app/chart/page.tsx:16
FunctionChartSummary
({ chart }: ChartSummaryProps)
components/ChartSummary.tsx:18
FunctionChatPanel
({ chart }: ChatPanelProps)
components/ChatPanel.tsx:24
FunctionFadeIn
({ children, delay = 0, y = 28, className = '', }: { children: React.ReactNode; delay?: number; y?: number
app/page.tsx:11
FunctionFamousPersonCard
({ person }: { person: FamousPerson })
components/FamousPersonCard.tsx:13
FunctionFeatureVisual
({ index, colors: c }: { index: number; colors: ReturnType<typeof useColors> })
app/page.tsx:279
FunctionFieldError
({ msg }: { msg: string })
components/BirthForm.tsx:183
FunctionHemingPage
()
app/heming/page.tsx:49
FunctionHomePage
()
app/page.tsx:445
FunctionInsightPanel
({ chart, selectedPalace, selectedSiHua }: InsightPanelProps)
components/InsightPanel.tsx:185
FunctionKnowledgeHomePage
()
app/knowledge/page.tsx:16
FunctionKnowledgePage
({ params }: { params: Promise<{ star: string; topic: string }> })
app/knowledge/[star]/[topic]/page.tsx:69
FunctionLibraryHomePage
()
app/library/page.tsx:16
FunctionLibrarySearch
()
app/library/LibrarySearch.tsx:12
FunctionPalaceCell
({ palace, onClick, onStarClick, isSelected, isSanFang, delay = 0, overlayStarSiHua, overlayLabel, onSiHua
components/PalaceCell.tsx:56
FunctionPatternsCard
({ chart }: { chart: ZiweiChart })
components/PatternsCard.tsx:13
FunctionPreviewPage
()
app/preview/page.tsx:7
FunctionPrivacyPage
()
app/privacy/page.tsx:3
FunctionRootLayout
({ children }: { children: React.ReactNode })
app/layout.tsx:38
FunctionScrollIntro
({ onComplete, skipLabel = '跳 过' }: ScrollIntroProps)
components/ScrollIntro.tsx:13
FunctionSearchPage
({ searchParams }: { searchParams: Promise<{ q?: string }> })
app/library/search/page.tsx:12
FunctionSection
({ title, children, gradient, minimal }: { title: string; children: React.ReactNode; gradient?: boolean; minim
app/knowledge/[star]/[topic]/page.tsx:285
FunctionShareCardCanvas
({ chart, birth, highlight }: ShareCardProps)
components/ShareCardCanvas.tsx:40
FunctionShareModal
({ open, onClose, shareUrl, chart, birth, highlight }: ShareModalProps)
components/ShareModal.tsx:17
FunctionSiHuaBadge
({ siHua, overlay, label, onClick, }: { siHua: string; overlay?: boolean; label?: string; onCl
components/PalaceCell.tsx:29
FunctionStarDetailPanel
({ star, palaceName, onClose }: StarDetailPanelProps)
components/StarDetailPanel.tsx:179
FunctionStarField
()
components/StarField.tsx:5
FunctionTabButton
({ active, onClick, children, }: { active: boolean; onClick: () => void; children: React.ReactNode
components/TimeNav.tsx:171
FunctionTermsPage
()
app/terms/page.tsx:3
FunctionThemeProvider
({ children }: { children: React.ReactNode })
components/ThemeProvider.tsx:19
FunctionThemeToggle
()
app/page.tsx:40
FunctionTimeNav
({ chart, view, liunianYear, onViewChange, onYearChange, }: TimeNavProps)
components/TimeNav.tsx:40
FunctionWeakBoundary
({ line }: { line: string })
app/page.tsx:30
FunctionbuildAllSelfSihua
(chart: ZiweiChart)
lib/ziwei/sihua.ts:163
FunctionbuildOverlayForStar
( starName: string, nativeMap: Record<string, SiHua>, daXianMap?: Record<string, SiHua>, liuNianMap?:
lib/ziwei/sihua.ts:185
FunctionbuildStarSiHuaMap
(stemIndex: number)
lib/ziwei/sihua.ts:25
Functionclose
()
components/AnnouncementModal.tsx:34
FunctioncopyLink
()
components/ShareModal.tsx:21
FunctiondownloadImage
()
components/ShareModal.tsx:38
FunctionfindIncomingPalaces
( chart: ZiweiChart, starName: string, sihua: SiHua, )
lib/ziwei/sihua.ts:145
FunctiongenerateMetadata
({ params }: { params: Promise<{ book: string }> })
app/library/[book]/page.tsx:13
FunctiongenerateMetadata
({ params }: { params: Promise<{ book: string; chapter: string }> })
app/library/[book]/[chapter]/page.tsx:15
FunctiongenerateMetadata
({ params }: { params: Promise<{ star: string; topic: string }> })
app/knowledge/[star]/[topic]/page.tsx:38
FunctiongenerateStaticParams
()
app/library/[book]/page.tsx:9
FunctiongenerateStaticParams
()
app/library/[book]/[chapter]/page.tsx:9
FunctiongenerateStaticParams
()
app/knowledge/[star]/[topic]/page.tsx:32
FunctiongetDaXianSiHua
( chart: ZiweiChart, dxIndex: number, )
lib/ziwei/sihua.ts:49
FunctiongetFamousByCategory
(category: FamousPerson['category'])
lib/ziwei/famous.ts:129
FunctiongetInitialTheme
()
components/ThemeProvider.tsx:11
FunctiongetLiuNianSiHua
(year: number)
lib/ziwei/sihua.ts:66
FunctiongetLiuYueSiHua
(yearStem: number, month: number)
lib/ziwei/sihua.ts:98
FunctiongetYearBranchIndex
(year: number)
lib/ziwei/sihua.ts:38
FunctionhandlePalaceClick
(palace: Palace)
app/chart/page.tsx:119
FunctionhandleReset
()
app/chart/page.tsx:80
FunctionhandleShare
()
app/chart/page.tsx:96
FunctionhandleSiHuaBadgeClick
(starName: string, siHua: string)
app/chart/page.tsx:123
FunctionhandleSkip
()
components/ScrollIntro.tsx:33
FunctionhandleStarClick
(star: Star, palace: Palace)
app/chart/page.tsx:115
FunctionhandleSubmit
(e: React.FormEvent)
components/BirthForm.tsx:142
Functionrobots
()
app/robots.ts:5
Functionsitemap
()
app/sitemap.ts:16
FunctionsortClockwise
(branches: number[])
components/ChartBoard.tsx:39
Functiontoggle
()
components/ThemeProvider.tsx:36
← previous101–176 of 176, ranked by callers