diff --git a/user/info.md b/user/info.md index ec38a99..735db82 100644 --- a/user/info.md +++ b/user/info.md @@ -14,6 +14,6 @@ | email | 邮箱 | string | | gold | 金币 | int | | id | 用户 id | int | -| sex | 性别(m 为男,s 为女) | string | +| sex | 性别(m 为男,s 为女) | string | | level | 等级(1 为潜力新星,以此类推) | int | | qq | qq 号 | string | diff --git a/user/login.md b/user/login.md index 5afdf2c..6559260 100644 --- a/user/login.md +++ b/user/login.md @@ -18,6 +18,7 @@ | platform | value | | :---------------------------------------------------------------------------: | :------: | | [Kitten](https://kitten4.codemao.cn/), [Kitten4](https://kitten4.codemao.cn/) | OqMVXvXp | +| [Kitten·N](https://kn.codemao.cn/) | YaxgtUTQ | | [turtle](https://turtle.codemao.cn/) | 23AVXalo | | [wood](https://wood.codemao.cn/) | n6kwoCSe | | [通天塔](https://tob.codemao.cn/) | cdRPMRe4 | diff --git a/user/set-username.md b/user/set-username.md index f789ec8..0e63a50 100644 --- a/user/set-username.md +++ b/user/set-username.md @@ -7,7 +7,7 @@ 在旧版本的社区中可以直接在网站上设置用户名,后来被移除了,但 API 仍然可调用 -用途:可以直接[使用这里设置的用户名(username,而非 mickname 昵称)登录社区](/user/login.md) +用途:可以直接[使用这里设置的用户名(username,而非 nickname 昵称)登录社区](/user/login.md) !> 用户名只可以设置一次,首次设置后不可修改,请谨慎操作!!! diff --git a/work/create.md b/work/create.md index 8866c93..1a7b822 100644 --- a/work/create.md +++ b/work/create.md @@ -9,7 +9,7 @@ | :---------------: | :-------------------------: | :----: | :----: | | bcmc_url | bcmc 文件的 URL | string | `必须` | | name | 作品名称 | string | `必须` | -| orientation | `未知`(>=1) | int | `必须` | +| orientation | `未知`(>=1) | int | `必须` | | preview | 封面图片 | string | `必须` | | sample_id | `无用` | string | `可选` | | version | kitten 版本(默认当前最高) | string | `可选` | diff --git a/work/details.md b/work/details.md index fe8c01d..a893769 100644 --- a/work/details.md +++ b/work/details.md @@ -9,7 +9,7 @@ | :------------------: | :--------------------------------------: | :-----: | | id | 作品 ID | string | | work_name | 作品名称 | string | -| type | 编辑器类型(Kitten2,Kitten3,Kitten4 等) | string | +| type | 编辑器类型(Kitten2,Kitten3,Kitten4 等) | string | | ide_type | 编辑器系列 | string | | operation | 操作说明 | string | | description | 作品介绍 | string | diff --git a/work/source-code.md b/work/source-code.md index 98605fe..42ed2e4 100644 --- a/work/source-code.md +++ b/work/source-code.md @@ -11,6 +11,6 @@ | preview | 作品封面 | string | | source_urls | 作品源码文件列表 | list | | is_bcmc | `未知` | bool | -| ide_type | 编辑器类型(固定为 KITTEN) | string | +| ide_type | 编辑器类型(固定为 KITTEN) | string | | updated_time | 更新时间戳 | int | | version | 编辑器版本 | string |