<script>
// 需要主动调用 c_admin_js_add 内函数时,应该使用 adminJsReady 包裹
adminJsReady(() => {
// ShowCSRFHint 可以用来调试 hint 提示的样式
ShowCSRFHint();
$('.hint-msg:visible').first()
// .removeClass('hint_bad').addClass('hint_good')
// .removeClass('hint_bad').addClass('hint_tips')
});
</script>