Explorar o código

typescript as const

Michael Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
585ade0714
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/constants/constants.ts

+ 2 - 2
src/constants/constants.ts

@@ -59,7 +59,7 @@ export const ORG_GLOSSARY = {
   DESCRIBE250: "试卷分析——试题难度分组分布(按本科目成绩分组)",
   DESCRIBE260: "试卷分析——试题难度分组分布(按初试总分分组)",
   DESCRIBE270: "试卷分析——客观题选项选择比率分布",
-};
+} as const;
 
 export const RANGE_POINT_TYPE = {
   ZERO: "零分",
@@ -69,4 +69,4 @@ export const RANGE_POINT_TYPE = {
   NATIONAL_TOTAL_SCORE: "国家总分线",
   RETEST_TOTAL_SCORE: "复试总分线",
   TOTAL_SCORE_LINE: "国家满分线",
-};
+} as const;