using ryCommon;
using ryCommonDb;
using rySafe;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Net.NetworkInformation;
using System.Text;
using System.Threading.Tasks;
namespace LiveTools
{
public class Config
{
public static bool InitCef { get; set; } = false;
public static int isAutoLogin = 0;
public static UserInfo UserInfo { get; set; } = new UserInfo();
public static string Api_Url = "http://reg.itjs.top/API/";
public static string SoftId = "LiveTools";
public static bool MustUpdate = false;
public static string NewVerUrl = "";
public static RyPostGet ry_api = new RyPostGet();
///
/// 默认礼物特效
///
public static bool GiftTrigger { get; set; } = true;
public static bool PlaySound { get; set; } = true;
///
/// 是否允许多个声音同时播放
///
public static bool MultiPlaySound { get; set; } = true;
public static int PicSize { get; set; } = 70;
public static int PicCount { get; set; } = 10;
///
/// 礼物缓存
///
public static Hashtable GiftCache { get; set; } = new Hashtable();
public static UsingLock