如何移除右上角的毫秒指示器(mini-profiler)?

You can hide it by adding some CSS, to the theme or theme component

.profiler-results {
    display: none
}
4 个赞