UI update
This commit is contained in:
@@ -13,7 +13,7 @@ const BUILTIN_IMGS={
|
|||||||
};
|
};
|
||||||
|
|
||||||
const DEFAULT_CONFIG={
|
const DEFAULT_CONFIG={
|
||||||
background_img: 'https://cdn.jsdelivr.net/gh/thuhole/webhole@gh-pages/static/bg/cyberpunk.jpg',
|
background_img: 'https://cdn.jsdelivr.net/gh/thuhole/webhole@gh-pages/static/bg/gbp.jpg',
|
||||||
background_color: '#113366',
|
background_color: '#113366',
|
||||||
pressure: false,
|
pressure: false,
|
||||||
easter_egg: true,
|
easter_egg: true,
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ class ControlBar extends PureComponent {
|
|||||||
<span className="control-btn-label">关注</span>
|
<span className="control-btn-label">关注</span>
|
||||||
</a>
|
</a>
|
||||||
}
|
}
|
||||||
<input className="control-search" value={this.state.search_text} placeholder="搜索 或 '#树洞号' 或 '热榜'"
|
<input className="control-search" value={this.state.search_text} placeholder="搜索 或 #树洞号"
|
||||||
onChange={this.on_change_bound} onKeyPress={this.on_keypress_bound}
|
onChange={this.on_change_bound} onKeyPress={this.on_keypress_bound}
|
||||||
/>
|
/>
|
||||||
<a className="no-underline control-btn" onClick={()=>{
|
<a className="no-underline control-btn" onClick={()=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user