添加可配置爬虫翻译

This commit is contained in:
marvzhang
2019-11-28 22:38:49 +08:00
parent 3c8fda73c2
commit 638a52dc2f

View File

@@ -1,5 +1,5 @@
const state = {
lang: window.localStorage.getItem('lang') || 'en'
lang: window.localStorage.getItem('lang') || 'zh'
}
const getters = {