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

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