移除编辑历史铅笔图标

您可以右键单击 > 检查来找到它,但它在这里:

.post-infos .edits {
  display: none !important; // 您可能不需要在这里使用 '!important'
}
1 个赞