From 3c433d5045813bd41d407b34a381cf100465621f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 19 十一月 2024 18:57:31 +0800
Subject: [PATCH] 10310 【后台】优化游戏分支获取数据的功能

---
 Account/User.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Account/User.php b/Account/User.php
index 1c8911d..3467e3f 100644
--- a/Account/User.php
+++ b/Account/User.php
@@ -156,6 +156,7 @@
 				"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")),
@@ -292,6 +293,7 @@
 
 	//杩愮淮鏉冮檺
 	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";

--
Gitblit v1.8.0