| | |
| | | "Name" => \Lang\gettext("运维管理"), |
| | | "PList" => array( |
| | | Permission::P_OPSPackBranch => array("Name" => \Lang\gettext("打包分支管理")), |
| | | Permission::P_OPSVersionState => array("Name" => \Lang\gettext("版本状态管理")), |
| | | Permission::P_OPSGameVersion => array("Name" => \Lang\gettext("内容版本管理")), |
| | | Permission::P_OPSServerList => array("Name" => \Lang\gettext("服务器列表")), |
| | | Permission::P_OPSServerStateMgr => array("Name" => \Lang\gettext("服务器状态管理"), "Log" => array("1")), |
| | |
| | | |
| | | //运维权限 |
| | | const P_OPSPackBranch = "P_OPSPackBranch"; |
| | | const P_OPSVersionState = "P_OPSVersionState"; |
| | | const P_OPSGameVersion = "P_OPSGameVersion"; |
| | | const P_OPSServerList = "P_OPSServerList"; |
| | | const P_OPSServerStateMgr = "P_OPSServerStateMgr"; |