发布v2.6.8版本

This commit is contained in:
雨中磐石
2025-03-31 20:54:32 +08:00
parent 0701e2a8b4
commit d41bd27082
122 changed files with 9827 additions and 9132 deletions

View File

@@ -24,6 +24,11 @@ $(document).ready(function(){
text:'在线状态',dataIndex:'online',type:'checkbox',sortable:true
},{
text:'最后在线',dataIndex:'moddt',sortable:true
},{
text:'极光',dataIndex:'regid',renderer:function(v){
var str='&nbsp;';if(v)str='<font color=green>已注册</font>';
return str;
}
},{
text:'ID',dataIndex:'id',sortable:true
}],