refactor: reintroduce license modules as no-op compatibility shims

This commit is contained in:
yanguo0905
2026-03-24 15:24:51 +08:00
parent a53d3bbbce
commit f6bc2471da
14 changed files with 55 additions and 202 deletions
+4 -5
View File
@@ -27,12 +27,11 @@
## ⚠️ 重要说明
本项目需要**授权码**才能运行。代码已内置授权验证系统,无法绕过
当前版本已移除内置授权校验逻辑,部署时**不再需要 `license.key`**
-授权码采用签名验证,无法伪造
-到期前 7 天自动提醒
-到期后自动停止运行
- ✅ 支持远程续费,无需重新部署
-无需授权文件即可启动
-原有支付、订单、发货等业务流程保持不变
-历史文档中涉及授权码的步骤属于旧版本说明
---