From 427f42529cb372cefa4d2174e8a3cea801e534ec Mon Sep 17 00:00:00 2001 From: thuhole Date: Tue, 21 Jul 2020 18:06:46 +0800 Subject: [PATCH] update search placeholder --- src/Title.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Title.js b/src/Title.js index c615a9b..88fa74a 100644 --- a/src/Title.js +++ b/src/Title.js @@ -118,7 +118,7 @@ class ControlBar extends PureComponent { value={this.state.search_text} placeholder={`${ this.props.mode === 'attention' ? '在关注列表中' : '' - }搜索 或 #PID`} + }搜索 或 #树洞号`} onChange={this.on_change_bound} onKeyPress={this.on_keypress_bound} />