diff options
| author | 2023-07-31 15:03:40 +0800 | |
|---|---|---|
| committer | 2023-07-31 15:03:40 +0800 | |
| commit | bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37 (patch) | |
| tree | 232fad440bee508523e0b8a4f49f021f196ba958 /docs/Standard/Term | |
| parent | cfc4a06db1d89d6bfbc75e5dfb46720cb15827da (diff) | |
| download | infini-bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37.tar.gz infini-bdb8dfa8d2d9ac1668a1a0036d194cb57b168e37.zip | |
feat: add commiter
Diffstat (limited to 'docs/Standard/Term')
| -rw-r--r-- | docs/Standard/Term/check/ability.md | 9 | ||||
| -rw-r--r-- | docs/Standard/Term/check/index.md | 14 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/Standard/Term/check/ability.md b/docs/Standard/Term/check/ability.md new file mode 100644 index 00000000..6aab62b2 --- /dev/null +++ b/docs/Standard/Term/check/ability.md @@ -0,0 +1,9 @@ +--- +title: ability 检定 +icon: material/tooltip-plus +status: question +--- +!!! warning + 关于这部分内容请[移步正式术语][redirect]: [`check 检定`](/Standard/Term/check/) + + [redirect]: https://HydroRollCore.retrofor.space "我为什么会看到此项内容?"
\ No newline at end of file diff --git a/docs/Standard/Term/check/index.md b/docs/Standard/Term/check/index.md new file mode 100644 index 00000000..ced50585 --- /dev/null +++ b/docs/Standard/Term/check/index.md @@ -0,0 +1,14 @@ +--- +title: check 检定 +--- + +!!! tip + 这是一个可选实现但是{==建议尽量必须实现==}的方法,主要表现在规则书正是检定方法不同而有所不同上。 + +### 方法说明 + +使用`check`或者`ability`方法, 必须对检定结果设定一个完整的输出判定范围。 + +### 检定结果表 + +如[`方法`](#_1)所言,你必须为检定的结果设计一个完整的输出判定范围,因此你需要严格并且合理的分配划分界限,保证所有情况都在允许范围内有一个类似”成功””失败”的输出。 |
