feat: room(分区)

This commit is contained in:
2022-08-19 10:01:32 +08:00
parent 2f8db7ce9d
commit 438bba8439
6 changed files with 21 additions and 6 deletions

View File

@@ -294,6 +294,9 @@ class FlowItem extends PureComponent {
<code className="box-id">
<a href={'##' + info.pid} onClick={this.copy_link.bind(this)}>
#{info.pid}
{info.room_id !== parseInt(process.env.REACT_APP_ROOM_ID) && (
<> @{info.room_id}</>
)}
</a>
</code>
&nbsp;