为会员隐藏编辑图标?

您可以使用一些 CSS 自定义来隐藏它

.topic-body .post-info.edits {
    display: none;
}