一个非常平稳的版本
一个非常平稳的版本,兼容了新老服务器
This commit is contained in:
12
WebSite/Models/NewOrOld.cs
Normal file
12
WebSite/Models/NewOrOld.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace WebSite.Models
|
||||
{
|
||||
public class NewOrOld
|
||||
{
|
||||
public static bool IsNew = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user