'字段更换'

This commit is contained in:
张磊
2026-04-14 17:52:12 +08:00
parent 49b81cbe1d
commit 79aa9fda1c
2 changed files with 10 additions and 10 deletions
@@ -76,11 +76,11 @@ import { ElMessage } from 'element-plus';
import { buildImageEntries, type ImageEntry, type StateAngles } from '@/utils/userArchiveImages'; import { buildImageEntries, type ImageEntry, type StateAngles } from '@/utils/userArchiveImages';
const CONTENT_LABELS: Record<string, string> = { const CONTENT_LABELS: Record<string, string> = {
brightness: '亮度', health_score: '评分',
pigment: '色素', mild_abnormality: '色素',
red_zone: '红区', moderate_abnormality: '红区',
skin_color: '肤色', normal_area: '肤色',
yanmin: '炎敏', severe_abnormality: '炎敏',
}; };
interface Props { interface Props {
+5 -5
View File
@@ -146,11 +146,11 @@ import {
} from '@/utils/userArchiveImages'; } from '@/utils/userArchiveImages';
const CONTENT_LABELS: Record<string, string> = { const CONTENT_LABELS: Record<string, string> = {
brightness: '亮度', health_score: '评分',
pigment: '色素', mild_abnormality: '色素',
red_zone: '红区', moderate_abnormality: '红区',
skin_color: '肤色', normal_area: '肤色',
yanmin: '炎敏', severe_abnormality: '炎敏',
yumin: '肤质综合', yumin: '肤质综合',
}; };