Merge remote-tracking branch 'upstream/main' into update

# Conflicts:
#	app/constant.ts
#	app/locales/tw.ts
#	app/utils.ts
This commit is contained in:
sijinhui
2024-04-16 13:26:10 +08:00
7 changed files with 531 additions and 12 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) {