待审核提示可以配置关闭吗?
#237
-
这个提示可改成配置显示或者关闭么 |
Beta Was this translation helpful? Give feedback.
Answered by
qwqcode
Aug 7, 2022
Replies: 2 comments
-
你可以用 CSS 隐藏这个提示 .atk-comment .atk-pending {
display: none !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
monsterxcn
-
好的,谢谢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你可以用 CSS 隐藏这个提示