add balance shower and remove quote,color_picker config

This commit is contained in:
xmcp
2019-08-28 23:08:55 +08:00
parent f9b6879cbb
commit 47e5ee57ca
6 changed files with 111 additions and 20 deletions

View File

@@ -484,7 +484,7 @@ class FlowItemRow extends PureComponent {
let parts=split_text(this.state.info.text,hl_rules);
let quote_id=null;
if(!this.props.is_quote && window.config.quote)
if(!this.props.is_quote)
for(let [mode,content] of parts)
if(mode==='pid' && QUOTE_BLACKLIST.indexOf(content)===-1 && parseInt(content)<parseInt(this.state.info.pid))
if(quote_id===null)