|
@@ -111,8 +111,8 @@
|
|
outputDir: '',
|
|
outputDir: '',
|
|
curOutputDir: '',
|
|
curOutputDir: '',
|
|
outputDirIsDefault: true,
|
|
outputDirIsDefault: true,
|
|
- trackColorType: 'DEFAULT' as TrackColorTypeEnum,
|
|
|
|
- studentFileRule: 'CODE' as StudentFileRuleEnum,
|
|
|
|
|
|
+ trackColorType: 'ALL_RED' as TrackColorTypeEnum,
|
|
|
|
+ studentFileRule: 'CODE_NAME' as StudentFileRuleEnum,
|
|
};
|
|
};
|
|
|
|
|
|
const emit = defineEmits(['modified']);
|
|
const emit = defineEmits(['modified']);
|