mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
添加可配置爬虫翻译
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const state = {
|
||||
lang: window.localStorage.getItem('lang') || 'en'
|
||||
lang: window.localStorage.getItem('lang') || 'zh'
|
||||
}
|
||||
|
||||
const getters = {
|
||||
|
||||
Reference in New Issue
Block a user