|
|
@@ -1,7 +1,5 @@
|
|
|
package com.sheep.jiuyan.samllsheep;
|
|
|
|
|
|
-import com.sheep.gamegroup.util.TestUtil;
|
|
|
-
|
|
|
/**
|
|
|
* Created by kemllor on 2017/12/14.
|
|
|
*/
|
|
|
@@ -59,10 +57,11 @@ public class Config {
|
|
|
|
|
|
//默认值
|
|
|
public static boolean dvbEnableCheckCopyText(){
|
|
|
- return TestUtil.isTest();
|
|
|
-// //游戏用户默认开启检查粘贴板
|
|
|
+// return TestUtil.isTest();
|
|
|
+ //游戏用户默认开启检查粘贴板
|
|
|
// UserEntity userEntity = DataUtil.getInstance().getUserEntity();
|
|
|
// return userEntity != null && userEntity.isGameUser();
|
|
|
+ return true;//所有用户默认开启检查粘贴板内容的功能
|
|
|
}
|
|
|
|
|
|
//游戏直充功能开启状态
|