mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
处理认证和小bug
This commit is contained in:
@@ -14,8 +14,9 @@ interface ComponentProps {
|
||||
setCurrentDate: Dispatch<SetStateAction<Date>>;
|
||||
}
|
||||
|
||||
const maxDate = new Date();
|
||||
|
||||
function DateSelectComponent({ currentDate, setCurrentDate }: ComponentProps) {
|
||||
const maxDate = new Date();
|
||||
// 增加键盘监听修改日期
|
||||
useEffect(() => {
|
||||
const keydownEvent = (e: KeyboardEvent) => {
|
||||
|
||||
Reference in New Issue
Block a user