Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web into ChatGPTNextWeb-main

This commit is contained in:
A-Cepheus
2024-04-23 17:23:51 +08:00
13 changed files with 639 additions and 320 deletions

View File

@@ -405,7 +405,7 @@ export function MaskPage() {
const chatStore = useChatStore();
const [filterLang, setFilterLang] = useState<Lang | undefined>(
localStorage.getItem("Mask-language") as Lang | undefined,
() => localStorage.getItem("Mask-language") as Lang | undefined,
);
useEffect(() => {
if (filterLang) {