Skip to content

Commit

Permalink
Merge pull request #123 from huajian-pro/feature-customResume
Browse files Browse the repository at this point in the history
release:
  • Loading branch information
Hacker233 authored Aug 31, 2022
2 parents bf48872 + 7e91c60 commit 88c3b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/config/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const CONFIG = {
serverAddress: '',
operatingMode: 'local', // 运行模式:online-在线、local-本地
};
2 changes: 1 addition & 1 deletion src/schema/materialList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export const MATERIAL_JSON: IMSTERIALLISTJSON = {
cptZ: 0,
cptHeight: '50px',
cptWidth: '100%',
layout: 'left',
layout: 'center',
show: true,
style: {
textColor: '#757575',
Expand Down

0 comments on commit 88c3b53

Please sign in to comment.