mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix(index): 移除多余判断
This commit is contained in:
@@ -324,8 +324,6 @@
|
||||
msg = messages['zh-TW'];
|
||||
} else if (lang.startsWith('en')) {
|
||||
msg = messages['en-US'];
|
||||
} else if (lang.startsWith('zh')) {
|
||||
msg = messages['zh-CN'];
|
||||
}
|
||||
|
||||
const textNode = document.createTextNode(msg.text + ' ');
|
||||
|
||||
Reference in New Issue
Block a user