From 2eaa5cbb3bcf32aace2b1677595e50eca7eb7648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=BF=E4=BA=95=E5=B0=8F=E5=B8=95=E7=9A=84=E8=A1=80?= =?UTF-8?q?=E5=B0=8F=E6=9D=BF?= <61276297+MineCreeper86@users.noreply.github.com> Date: Mon, 30 Aug 2021 12:00:51 +0800 Subject: [PATCH] =?UTF-8?q?app=20v6.34=20=E5=AD=A6=E6=A0=A1=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=8F=AF=E7=BC=96=E8=BE=91=20(#234)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/info.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/user/info.md b/user/info.md index 0470847..ca4dca6 100644 --- a/user/info.md +++ b/user/info.md @@ -61,7 +61,7 @@ | sys_notice | obj | 系统通知 | 无内容则为空对象
主要用于展示如用户争议、纪念账号等等 | | live_room | obj | 直播间信息 | | | birthday | str | 生日 | MM-DD
如设置隐私为空 | -| school | obj | | | +| school | obj | 学校 | | | profession | obj | | | | tags | null | | | | series | obj | | | @@ -127,6 +127,12 @@ | text_color | str | 提示文字颜色 | 此字段非必须
颜色码 | | bg_color | str | 提示背景颜色 | 此字段非必须
颜色码 | +`data`中的`school`对象: + +| 字段 | 类型 | 内容 | 备注 | +| ----------- | ---- | --------------- | -------------- | +| name | str | 就读大学名称 | 没有则为空 | + `data`中的`live_room`对象: | 字段 | 类型 | 内容 | 备注 |