refactor: rename

1. 将枚举 Server 改为字符串常量,使得 memshell 和 probeshell 都能共用
2. 移除 memshell 模块直接内置在 generator 中
3. 通用类从 memshell 移动至 javaweb 下,命名修改,增加辨识度
This commit is contained in:
ReaJason
2025-08-12 10:47:45 +08:00
parent 66c6744145
commit d0f68f37e0
354 changed files with 1094 additions and 1387 deletions
-1
View File
@@ -20,7 +20,6 @@ rootProject.name = "memshell-party"
include("memshell-party-common")
include("tools:godzilla", "tools:behinder", "tools:suo5", "tools:ant-sword")
include("memshell")
include("packer")
include("boot")
include("generator")