MCPcopy Create free account

hub / github.com/1653756334/claude-imitate / functions

Functions110 in github.com/1653756334/claude-imitate

↓ 6 callersFunctiongetDictionary
(locale: Global.SupportedLang)
src/app/[lang]/i18n.ts:8
↓ 3 callersFunctiondownToBottom
()
src/app/[lang]/chat/[id]/ChatContent.tsx:168
↓ 2 callersFunctionhandleFiles
(files: File[])
src/app/components/New/NewContent.tsx:149
↓ 2 callersFunctionisImg
(filename: string)
src/app/components/New/NewContent.tsx:57
↓ 2 callersFunctionsendMessageAction
()
src/app/components/New/NewContent.tsx:63
↓ 2 callersFunctionsendVerificationCode
(email: string)
src/app/[lang]/login/LoginContent.tsx:43
↓ 2 callersFunctionstreamChat
(message?: Global.ChatItem)
src/app/[lang]/chat/[id]/ChatContent.tsx:215
↓ 2 callersFunctionthrottle
( func: T, limit: number )
src/app/lib/utils.ts:30
↓ 1 callersFunctionadjustHeight
()
src/app/components/New/NewContent.tsx:43
↓ 1 callersFunctionadjustTextareaHeight
()
src/app/[lang]/chat/[id]/ChatContent.tsx:53
↓ 1 callersFunctionchooseModel
(item: Store.Model)
src/app/components/New/NewContent.tsx:175
↓ 1 callersFunctionchooseModel
(item: Store.Model)
src/app/[lang]/chat/[id]/ChatContent.tsx:155
↓ 1 callersFunctioncopyToClipboard
(text: string)
src/app/components/ArtifactRenderer.tsx:30
↓ 1 callersFunctioncopyToClipboard
(text: string)
src/app/components/MarkdownRenderer.tsx:21
↓ 1 callersFunctiondebounce
( func: T, wait: number )
src/app/lib/utils.ts:7
↓ 1 callersFunctiongenTitle
(historyMsgList: Global.ChatItem[])
src/app/[lang]/chat/[id]/ChatContent.tsx:181
↓ 1 callersFunctiongetBase64
(file: File)
src/app/components/settings/User.tsx:7
↓ 1 callersFunctiongetLocale
(request: NextRequest)
src/middleware.ts:9
↓ 1 callersFunctionhandleDragEnter
(e: React.DragEvent<HTMLDivElement>)
src/app/components/New/NewContent.tsx:192
↓ 1 callersFunctionhandleModelChange
(model: Store.Model)
src/app/components/settings/Common.tsx:10
↓ 1 callersFunctionhandleSelectItem
( e: React.MouseEvent<HTMLDivElement>, id: string )
src/app/[lang]/recents/RecentsContent.tsx:30
↓ 1 callersFunctionisScrolledToBottom
()
src/app/[lang]/chat/[id]/ChatContent.tsx:160
↓ 1 callersFunctiononAddFile
(e: React.ChangeEvent<HTMLInputElement>)
src/app/components/New/NewContent.tsx:168
↓ 1 callersFunctiononRemoveFile
(file: File)
src/app/components/New/NewContent.tsx:180
↓ 1 callersFunctionsendMessage
()
src/app/[lang]/chat/[id]/ChatContent.tsx:332
↓ 1 callersFunctionuploadFile
(file: File)
src/app/components/New/NewContent.tsx:113
FunctionArtifactRenderer
({ content, language, title = '代码片段', canPreview = false })
src/app/components/ArtifactRenderer.tsx:16
FunctionAssistantMsg
({ content }: { content: string })
src/app/components/AssistantMsg.tsx:9
FunctionChat
({ params }: { params: { id: string, lang: Global.SupportedLang } })
src/app/[lang]/chat/[id]/page.tsx:10
FunctionChatContent
({ t }: Chat.ChatContentProps)
src/app/[lang]/chat/[id]/ChatContent.tsx:26
FunctionComfirm
({ title, content, onCancel, onConfirm, visible, yesText, noText, }: Comfirm.ComfirmProps)
src/app/components/Comfirm.tsx:1
FunctionCommon
({ t }: { t: Global.Dictionary })
src/app/components/settings/Common.tsx:7
FunctionDeep
({ t }: { t: Global.Dictionary })
src/app/components/settings/Deep.tsx:9
FunctionDropdownMenu
({ items, callback, children, position = "bottom", })
src/app/components/DropDown.tsx:3
FunctionGET
()
src/app/api/chat/route.ts:84
FunctionGET
()
src/app/api/chat-out-stream/route.ts:55
FunctionHintText
({ children, className, hintText, more, }: HintText.HintTextProps)
src/app/components/HintText.tsx:3
FunctionHome
({ params: { lang }, }: { params: { lang: Global.SupportedLang }; })
src/app/[lang]/page.tsx:3
FunctionHtmlPreviewArtifact
({ htmlContent })
src/app/components/HtmlPreviewArtifact.tsx:7
FunctionI18nLayout
({ children, params: { lang }, }: Readonly<{ children: React.ReactNode; params: { lang: Global.Support
src/app/[lang]/layout.tsx:9
FunctionInput
({ label, type, id, className }: InputProps)
src/app/components/Input.tsx:10
FunctionLoading
()
src/app/[lang]/loading.tsx:4
FunctionLoadingSpinner
()
src/app/components/LoadingSpinner.tsx:3
FunctionLogin
({ params: { lang }, }: { params: { lang: Global.SupportedLang }; })
src/app/[lang]/login/page.tsx:9
FunctionLogin
({ form, setActiveTab, onLogin, t }: Login.LoginProps)
src/app/[lang]/login/components/Login.tsx:5
FunctionLoginContent
({t}: Login.LoginContentProps)
src/app/[lang]/login/LoginContent.tsx:15
FunctionMainPage
({lang}: {lang: Global.SupportedLang})
src/app/components/New/NewServer.tsx:6
FunctionModal
({ isOpen, onClose, onConfirm, children, }: ModalProps)
src/app/components/Modal.tsx:11
FunctionModify
({ title, content, onCancel, onConfirm, visible, yesText, noText, }: Modify.ModifyProps)
src/app/components/Modify.tsx:3
FunctionNew
({ params: { lang } }: { params: { lang: Global.SupportedLang } })
src/app/[lang]/new/page.tsx:3
FunctionNewContent
({ t }: { t: Global.Dictionary })
src/app/components/New/NewContent.tsx:26
FunctionOutsideClickHandler
({ onOutsideClick, children, })
src/app/components/OutsideClickHandler.tsx:8
FunctionPOST
(req: NextRequest)
src/app/api/chat/route.ts:4
FunctionPOST
(request: NextRequest)
src/app/api/file-server/route.ts:3
FunctionPOST
(req: NextRequest)
src/app/api/chat-out-stream/route.ts:4
FunctionPrintWord
({ word }: PrintWordProps)
src/app/components/PrintWord.tsx:7
FunctionRecents
({ params: { lang } }: { params: { lang: Global.SupportedLang } })
src/app/[lang]/recents/page.tsx:8
FunctionRecentsContent
({ t }: Recents.RecentsContentProps)
src/app/[lang]/recents/RecentsContent.tsx:16
FunctionRegister
({ form, onRegister, sendVerificationCode, t, }: Login.RegisterProps)
src/app/[lang]/login/components/Register.tsx:10
FunctionResetPassword
({ form, onResetPassword, sendVerificationCode, setActiveTab, t, }: Login.ResetPasswordProps)
src/app/[lang]/login/components/ResetPassword.tsx:5
FunctionSelfMessage
({ content, avatar, onReEdit, }: { content: string; avatar: string; onReEdit: () => void; })
src/app/components/SelfMessage.tsx:7
FunctionSetting
({ t }: SettingProps)
src/app/components/settings/Setting.tsx:11
FunctionSlideServer
({ lang }: Slider.SlideServerProps)
src/app/components/SliderBar/SlideServer.tsx:8
FunctionSlider
({ t }: Slider.SlideProps)
src/app/components/SliderBar/Slider.tsx:30
FunctionUser
({ t }: { t: Global.Dictionary })
src/app/components/settings/User.tsx:15
Functiona
({ children, href })
src/app/components/MarkdownRenderer.tsx:168
Functionblockquote
({ children })
src/app/components/MarkdownRenderer.tsx:171
Functioncode
({ inline, className, children, ...props }: any)
src/app/components/MarkdownRenderer.tsx:84
Functionh1
({ children })
src/app/components/MarkdownRenderer.tsx:156
Functionh2
({ children })
src/app/components/MarkdownRenderer.tsx:159
Functionh3
({ children })
src/app/components/MarkdownRenderer.tsx:162
Functionh4
({ children })
src/app/components/MarkdownRenderer.tsx:165
FunctionhandleAnimationEnd
()
src/app/components/ArtifactRenderer.tsx:42
FunctionhandleChange
(e: React.ChangeEvent<HTMLTextAreaElement>)
src/app/components/New/NewContent.tsx:188
FunctionhandleClickOutside
(event: MouseEvent)
src/app/components/OutsideClickHandler.tsx:15
FunctionhandleClickOutside
(event: MouseEvent)
src/app/components/DropDown.tsx:16
FunctionhandleDragLeave
(e: React.DragEvent<HTMLDivElement>)
src/app/components/New/NewContent.tsx:203
FunctionhandleDragOver
(e: React.DragEvent<HTMLDivElement>)
src/app/components/New/NewContent.tsx:214
FunctionhandleDrop
(e: React.DragEvent<HTMLDivElement>)
src/app/components/New/NewContent.tsx:220
FunctionhandleEditChange
(e: React.ChangeEvent<HTMLTextAreaElement>)
src/app/[lang]/chat/[id]/ChatContent.tsx:152
FunctionhandleImageChange
(e: React.ChangeEvent<HTMLInputElement>)
src/app/components/settings/User.tsx:20
FunctionhandleMouseMove
(e: MouseEvent)
src/app/components/SliderBar/Slider.tsx:67
FunctionhandleMultiDelete
()
src/app/[lang]/recents/RecentsContent.tsx:42
FunctionhandleSearchChange
(e: React.ChangeEvent<HTMLInputElement>)
src/app/[lang]/recents/RecentsContent.tsx:49
FunctionhandleSpin
()
src/app/components/SliderBar/Slider.tsx:99
Functionhr
()
src/app/components/MarkdownRenderer.tsx:174
Functionli
({ children })
src/app/components/MarkdownRenderer.tsx:211
Functionmiddleware
(request: NextRequest)
src/middleware.ts:18
Functionol
({ children })
src/app/components/MarkdownRenderer.tsx:150
FunctiononChange
(e: React.ChangeEvent<HTMLInputElement>)
src/app/components/Modify.tsx:16
FunctiononDeleteChat
()
src/app/[lang]/chat/[id]/ChatContent.tsx:112
FunctiononEmailSend
()
src/app/[lang]/login/components/Register.tsx:19
FunctiononEmailSend
()
src/app/[lang]/login/components/ResetPassword.tsx:15
FunctiononLogin
(form: Login.LoginFrom)
src/app/[lang]/login/LoginContent.tsx:28
FunctiononRegister
(form: Login.RegisterFrom)
src/app/[lang]/login/LoginContent.tsx:33
FunctiononRenameChat
()
src/app/[lang]/chat/[id]/ChatContent.tsx:133
FunctiononResetPassword
(form: Login.ResetPasswordFrom)
src/app/[lang]/login/LoginContent.tsx:38
Functionp
({ children })
src/app/components/MarkdownRenderer.tsx:153
Functionredirects
()
next.config.js:27
FunctionsendMessage
( e: React.KeyboardEvent | React.MouseEvent<HTMLDivElement> )
src/app/components/New/NewContent.tsx:96
next →1–100 of 110, ranked by callers