完成登陆的前端,修改api

This commit is contained in:
2020-09-02 17:12:15 +08:00
parent 486948ad6f
commit 6f7ad41591
15 changed files with 77 additions and 479 deletions

View File

@@ -126,7 +126,7 @@ class ControlBar extends PureComponent {
className="no-underline control-btn"
onClick={() => {
this.props.show_sidebar(
'新树洞',
'新T树洞',
<InfoSidebar show_sidebar={this.props.show_sidebar} />,
);
}}
@@ -173,12 +173,12 @@ export function Title(props) {
<span
onClick={() =>
props.show_sidebar(
'新树洞',
'新T树洞',
<InfoSidebar show_sidebar={props.show_sidebar} />,
)
}
>
树洞
T树洞
</span>
</p>
</div>