一个非常平稳的版本

一个非常平稳的版本,兼容了新老服务器
This commit is contained in:
2026-04-10 19:08:44 +08:00
parent 36c2fa4061
commit 6f59da74c4
16 changed files with 68 additions and 1082 deletions

View 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;
}
}