shell 增加国际化

This commit is contained in:
whyour
2026-06-14 21:19:06 +08:00
parent 0ee0b83207
commit b5a5fb3be6
16 changed files with 420 additions and 94 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const Error = () => {
useEffect(() => {
if (user && user.username) {
history.push('/crontab');
history.push('/dashboard');
}
}, [user]);