mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add service worker
This commit is contained in:
@@ -125,6 +125,7 @@ function clearSettings() {
|
||||
}
|
||||
|
||||
export default {
|
||||
isProduction: () => process.env.NODE_ENV === 'production',
|
||||
getLanguage: () => getOriginalOption('lang'),
|
||||
setLanguage: value => setOption('lang', value),
|
||||
isEnableDebug: () => getOption('debug'),
|
||||
|
||||
Reference in New Issue
Block a user