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

@@ -138,6 +138,11 @@ Usage of `resource/copilot/*.json` and field description.
"details": "对练度要求很低balabala……", // You can write your name here, video link, walkthrough link, etc.
"details_color": "dark"
},
"difficulty": 0 // The difficulty of the task, optional, the default value is 0.
// 0: Default, not set
// 1: Support normal difficulty
// 2: Support raid difficulty
// 3: Support normal and raid difficulty
}
```

View File

@@ -150,6 +150,11 @@ JSONファイルはコメントをサポートしておらず、テキスト内
"details": "レベル要求低い〇〇〇…", // 個々に名前や、動画へのリンク、攻略へのリンクなどお書きください。
"details_color": "dark"
},
"difficulty": 0 // タスクの難易度。オプション。デフォルト値は 0。
// 0: デフォルト、未設定
// 1: 通常の難易度をサポート
// 2: レイド難易度をサポート
// 3: 通常の難易度とレイド難易度をサポート
}
```

View File

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

View File

@@ -154,7 +154,12 @@ icon: ph:sword-bold
"title_color": "dark",
"details": "对练度要求很低balabala……", // 建议在这里写上你的名字!(作者名)、参考的视频攻略链接等
"details_color": "dark"
}
},
"difficulty": 0 // 作业对应难度可选默认值为0。
// 0: 缺省,未设置
// 1: 支持普通难度
// 2: 支持突袭难度
// 3: 支持普通、突袭难度
}
```

View File

@@ -150,6 +150,11 @@ icon: ph:sword-bold
"details": "對練度要求很低 balabala……", // 建議在這裡寫上你的名字!(作者名)、參考的影片攻略連結等
"details_color": "dark"
},
"difficulty": 0 // 作業對應難度可選預設值為0。
// 0: 缺省,未設定
// 1: 支援普通難度
// 2: 支持突襲難度
// 3: 支持普通、突襲難度
}
```