处理部分不优雅的内容,改名

This commit is contained in:
2020-09-02 11:13:24 +08:00
parent 0bb4b7217d
commit 1f3e49738e
12 changed files with 11331 additions and 15128 deletions

View File

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