feat: 完善中文心理测评平台

This commit is contained in:
mikemoi
2026-06-22 22:59:01 +02:00
commit 9227c687fc
160 changed files with 16974 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
export default {
totalScore: '总分',
obsessionsScore: '强迫意念分',
compulsionsScore: '强迫行为分',
severity: '严重程度',
severityLevel: {
1: '正常 / 亚临床',
2: '轻度',
3: '中度',
4: '重度',
5: '极重度',
},
} as const;