docs: 作业协议补充难度字段 (#11980)

* docs: 作业协议补充难度字段

* i18n: 外文文档
This commit is contained in:
status102
2025-02-21 15:35:23 +08:00
committed by GitHub
parent afe2165af6
commit c8d60f65e0
5 changed files with 26 additions and 1 deletions

View File

@@ -140,6 +140,11 @@ icon: ph:sword-bold
"details": "对练度要求很低balabala……", // 여기에 이름, 비디오 링크, 공략글 링크 등을 쓸 수 있습니다.
"details_color": "dark"
},
"difficulty": 0 // 작업의 난이도, 선택 사항, 기본값은 0입니다.
// 0: 기본값, 설정 안 됨
// 1: 일반 난이도 지원
// 2: 레이드 난이도 지원
// 3: 일반 및 레이드 난이도 지원
}
```