File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
| email | 邮箱 | string |
15
15
| gold | 金币 | int |
16
16
| id | 用户 id | int |
17
- | sex | 性别( m 为男,s 为女) | string |
17
+ | sex | 性别( m 为男,s 为女) | string |
18
18
| level | 等级(1 为潜力新星,以此类推) | int |
19
19
| qq | qq 号 | string |
Original file line number Diff line number Diff line change 7
7
8
8
在旧版本的社区中可以直接在网站上设置用户名,后来被移除了,但 API 仍然可调用
9
9
10
- 用途:可以直接[ 使用这里设置的用户名(username,而非 mickname 昵称)登录社区] ( /user/login.md )
10
+ 用途:可以直接[ 使用这里设置的用户名(username,而非 nickname 昵称)登录社区] ( /user/login.md )
11
11
12
12
!> 用户名只可以设置一次,首次设置后不可修改,请谨慎操作!!!
13
13
Original file line number Diff line number Diff line change 9
9
| :---------------: | :-------------------------: | :----: | :----: |
10
10
| bcmc_url | bcmc 文件的 URL | string | ` 必须 ` |
11
11
| name | 作品名称 | string | ` 必须 ` |
12
- | orientation | ` 未知 ` ( >=1) | int | ` 必须 ` |
12
+ | orientation | ` 未知 ` ( >=1) | int | ` 必须 ` |
13
13
| preview | 封面图片 | string | ` 必须 ` |
14
14
| sample_id | ` 无用 ` | string | ` 可选 ` |
15
15
| version | kitten 版本(默认当前最高) | string | ` 可选 ` |
Original file line number Diff line number Diff line change 9
9
| :------------------: | :--------------------------------------: | :-----: |
10
10
| id | 作品 ID | string |
11
11
| work_name | 作品名称 | string |
12
- | type | 编辑器类型( Kitten2,Kitten3,Kitten4 等) | string |
12
+ | type | 编辑器类型( Kitten2,Kitten3,Kitten4 等) | string |
13
13
| ide_type | 编辑器系列 | string |
14
14
| operation | 操作说明 | string |
15
15
| description | 作品介绍 | string |
Original file line number Diff line number Diff line change 11
11
| preview | 作品封面 | string |
12
12
| source_urls | 作品源码文件列表 | list |
13
13
| is_bcmc | ` 未知 ` | bool |
14
- | ide_type | 编辑器类型( 固定为 KITTEN) | string |
14
+ | ide_type | 编辑器类型( 固定为 KITTEN) | string |
15
15
| updated_time | 更新时间戳 | int |
16
16
| version | 编辑器版本 | string |
You can’t perform that action at this time.
0 commit comments