|
|
@ -1,6 +1,7 @@ |
|
|
|
import React, {Component, PureComponent} from 'react'; |
|
|
|
import React, {Component, PureComponent} from 'react'; |
|
|
|
import {LoginForm, PostForm} from './UserAction'; |
|
|
|
import {LoginForm, PostForm} from './UserAction'; |
|
|
|
import {TokenCtx} from './UserAction'; |
|
|
|
import {TokenCtx} from './UserAction'; |
|
|
|
|
|
|
|
import {PromotionBar} from './Common'; |
|
|
|
|
|
|
|
|
|
|
|
import './Title.css'; |
|
|
|
import './Title.css'; |
|
|
|
|
|
|
|
|
|
|
@ -114,6 +115,7 @@ class ControlBar extends PureComponent { |
|
|
|
this.props.show_sidebar( |
|
|
|
this.props.show_sidebar( |
|
|
|
'P大树洞(非官方)网页版', |
|
|
|
'P大树洞(非官方)网页版', |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
|
|
|
|
<PromotionBar /> |
|
|
|
<LoginForm /> |
|
|
|
<LoginForm /> |
|
|
|
{HELP_TEXT} |
|
|
|
{HELP_TEXT} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|