Skip to content

Commit 88c3b53

Browse files
authored
Merge pull request #123 from huajian-pro/feature-customResume
release:
2 parents bf48872 + 7e91c60 commit 88c3b53

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/config/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const CONFIG = {
2+
serverAddress: '',
3+
operatingMode: 'local', // 运行模式:online-在线、local-本地
4+
};

src/schema/materialList.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export const MATERIAL_JSON: IMSTERIALLISTJSON = {
508508
cptZ: 0,
509509
cptHeight: '50px',
510510
cptWidth: '100%',
511-
layout: 'left',
511+
layout: 'center',
512512
show: true,
513513
style: {
514514
textColor: '#757575',

0 commit comments

Comments
 (0)