fix(core): update
This commit is contained in:
5
ts_web/themelogic/index.ts
Normal file
5
ts_web/themelogic/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as leleCv from './lelecv';
|
||||
|
||||
export {
|
||||
leleCv
|
||||
}
|
3
ts_web/themelogic/lelecv.ts
Normal file
3
ts_web/themelogic/lelecv.ts
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
export const backgroundAccent = '#303f9f';
|
||||
export const pageWidth = '1200px';
|
Reference in New Issue
Block a user