刷新组件内页面

.refresh() 将组件重置到初始化状态。

 window.KF5SupportBoxAPI.ready(function(){
        // 刷新组件内页面
        window.KF5SupportBoxAPI.refresh();
 });