Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Aug 31, 2022
1 parent c776e5d commit 7e91c60
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 7e91c60

Please sign in to comment.