mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 00:26:40 +08:00
大幅度优化打包速度
This commit is contained in:
parent
48581c5fb1
commit
616fde0ebd
@ -68,7 +68,7 @@ export default function UsageByModelChart() {
|
||||
return () => {
|
||||
ignore = true;
|
||||
};
|
||||
}, [currentDate]); // 空数组作为第二个参数,表示仅在组件挂载和卸载时执行
|
||||
}, [currentDate, searchDate]); // 空数组作为第二个参数,表示仅在组件挂载和卸载时执行
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user