File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { AppInputThemeSlider } from '@/models/app'
2
- import { appWindow , Lightdm } from '@/models/lightdm'
2
+ import { appWindow } from '@/models/lightdm'
3
3
import { AppModule } from '@/store/app'
4
4
import { PageModule } from '@/store/page'
5
5
import { debounce , DebounceSettings } from 'lodash'
6
6
7
- export const modKey = 'fn'
7
+ const isFinalBuild = process . env . VUE_APP_VIEW === 'build'
8
+ export const modKey = 'ctrl'
8
9
export const languageMap : Record < string , string > = {
9
10
ru : 'Русский' ,
10
11
en : 'English' ,
Original file line number Diff line number Diff line change
1
+ const isGithubView = process . env . VUE_APP_VIEW === 'github'
1
2
module . exports = {
2
- publicPath : '' ,
3
+ publicPath : isGithubView ? '/lightdm-webkit-theme-osmos/' : '' ,
3
4
runtimeCompiler : true ,
4
5
transpileDependencies : [ 'vuex-module-decorators' ] ,
5
6
You can’t perform that action at this time.
0 commit comments