We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf48872 + 7e91c60 commit 88c3b53Copy full SHA for 88c3b53
src/config/index.ts
@@ -0,0 +1,4 @@
1
+const CONFIG = {
2
+ serverAddress: '',
3
+ operatingMode: 'local', // 运行模式:online-在线、local-本地
4
+};
src/schema/materialList.ts
@@ -508,7 +508,7 @@ export const MATERIAL_JSON: IMSTERIALLISTJSON = {
508
cptZ: 0,
509
cptHeight: '50px',
510
cptWidth: '100%',
511
- layout: 'left',
+ layout: 'center',
512
show: true,
513
style: {
514
textColor: '#757575',
0 commit comments