国际化

This commit is contained in:
John
2024-03-09 01:05:32 +08:00
parent 0494fbd364
commit 619f6986ce

View File

@@ -26,6 +26,7 @@ if (!lang) {
} else {
localStorage.setItem('lang', 'zh')
}
location.reload()
})
}
</script>