File tree 2 files changed +16
-18
lines changed
2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 5
5
6
6
## 返回内容
7
7
8
- | key | value | type |
9
- | :---------------------: | :------------------------------------: | :----: |
10
- | age | 年龄 | int |
11
- | avatar | 头像链接 | string |
12
- | discription | 简介 | string |
13
- | doing | 正在做的事 | string |
14
- | email | 邮箱 | string |
15
- | gold | 金币 | int |
16
- | id | 用户id | string |
17
- | sex | 性别(m为男,s为女) | string |
18
- | level | 等级(1为潜力新星,以此类推) | string |
19
- | qq | qq号 | string |
20
-
21
- > 更新于 2023.2.19
8
+ | key | value | type |
9
+ | :---------: | :----------------------------: | :----: |
10
+ | age | 年龄 | int |
11
+ | avatar | 头像链接 | string |
12
+ | discription | 简介 | string |
13
+ | doing | 正在做的事 | string |
14
+ | email | 邮箱 | string |
15
+ | gold | 金币 | int |
16
+ | id | 用户 id | string |
17
+ | sex | 性别(m 为男,s 为女) | string |
18
+ | level | 等级(1 为潜力新星,以此类推) | string |
19
+ | qq | qq 号 | string |
Original file line number Diff line number Diff line change 12
12
| id | 作品 ID | string |
13
13
| work_name | 作品 ID | string |
14
14
| type | | |
15
- | ide_type | 编辑器类型(Kitten2, Kitten3, Kitten4) | string |
15
+ | ide_type | 编辑器类型(Kitten2, Kitten3, Kitten4) | string |
16
16
| operation | | |
17
17
| description | | |
18
18
| orientation | | |
19
19
| parent_id | | |
20
20
| parent_user_name | | |
21
- | player_url | player链接 | string |
22
- | share_url | 分享链接 | string |
21
+ | player_url | player 链接 | string |
22
+ | share_url | 分享链接 | string |
23
23
| n_tree_nodes | | |
24
24
| view_times | | |
25
25
| collect_times | | |
26
26
| share_times | | |
27
- | fork_enable | 是否开放再创作 | bool |
27
+ | fork_enable | 是否开放再创作 | bool |
28
28
| preview | | |
29
29
| bcm_version | | |
30
30
| bcm_url | | |
You can’t perform that action at this time.
0 commit comments