public class AppConst_AOT { #region 配置 public const bool DebugMode = true; //调试模式-用于内部测试 public const bool UpdateMode = true; //开启热更模式 public const string PackageName = "com.DefaultCompany.xframe"; //打包apk包名, 测试版会加_Test, 热更版会加_Hot public const string ProductName = "xframe"; //应用名称 public const bool isShowHotupdateOK = false;//热更时显示提示 #region 资源配置 public const bool isLog_Yoo = false; /// /// 资源服务器地址 /// //public const string AssetsServerPath = "http://lclye.a3d.fun:30089/GMClient"; //public const string AssetsServerPath = "http://lclye.a3d.fun:33300/android?version=1&unionid=1&res=1000 "; public const string AssetsServerPath = "http://192.168.1.8"; public static string AssetsVersion = "v1.0"; #endregion /// /// 校验服务器 http /// public const string web_url = "http://192.168.1.25:51001/login"; //public const string ipAddress_web = "172.17.1.201"; //public const int port_web = 8080; /// /// 登录服务器 /// public const string ipAddress_login = "192.168.1.25"; public const int port_login = 54001; /// /// FairyGUI 屏幕分辨率 宽、高 /// public static int screenSize_Width = 1280; public static int screenSize_Height = 720; #endregion #region 资源配置 /// /// FairyGUI 加载路径 /// public const string FGUIPathFormatter = "Assets/Art/UI/{0}/{0}_fui.bytes"; public const string FGUIResPathFormatter = "Assets/Art/UI/{0}/{1}{2}"; /// /// Luban配置表加载路径 /// public const string LubanPathFormatter = "Assets/Art/Gen"; #endregion //资源包信息 public static Yoo_Package_Info yoo_Package_Info; }