叠尼🐴呢?

This commit is contained in:
xmcp
2019-06-15 11:51:07 +08:00
parent 00ee08f4de
commit a61102dde5
3 changed files with 9 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ export class HighlightedText extends PureComponent {
rule==='pid' ? <a href={'##'+p} onClick={(e)=>{e.preventDefault(); this.props.show_pid(p);}}>{p}</a> :
rule==='nickname' ? <span style={{backgroundColor: this.props.color_picker.get(p)}}>{p}</span> :
rule==='search' ? <span className="search-query-highlight">{p}</span> :
rule==='disable' ? <span className="easter-egg-dmm-disable">{p}</span> :
p
}</span>
);