🗑️ Remove no longer used files

This commit is contained in:
2025-07-20 02:14:27 +08:00
parent fc63a76eb2
commit d22394230b
21 changed files with 13 additions and 4078 deletions

View File

@@ -1,10 +0,0 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace DysonNetwork.Sphere.Pages;
public class IndexModel : PageModel
{
public void OnGet()
{
}
}