update prompt

This commit is contained in:
thuhole
2020-06-20 09:43:15 +08:00
parent 9c05489aed
commit e9c7ff1c6e

View File

@@ -691,7 +691,7 @@ export class PostForm extends Component {
} }
<SafeTextarea ref={this.area_ref} id="new_post" on_change={this.on_change_bound} on_submit={this.on_submit.bind(this)} /> <SafeTextarea ref={this.area_ref} id="new_post" on_change={this.on_change_bound} on_submit={this.on_submit.bind(this)} />
<p><small> <p><small>
遵守<a href="http://pkuhelper.pku.edu.cn/treehole_rules.html" target="_blank">树洞管理规范</a> 您文明发帖不要发表垃圾广告不友善政治敏感低俗色情等内容{/*请遵守<a href="http://pkuhelper.pku.edu.cn/treehole_rules.html" target="_blank">树洞管理规范</a>,文明发言*/}
</small></p> </small></p>
</form> </form>
) )