User edition: prune docs, license gate, obfuscate core lib.
Keep deploy/basic docs only; integrate sq.bz121.com license client; encrypt strategy/trade/key_monitor/options/hedge_plan for release. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""整机许可:设备绑定、激活码兑换、联网校验。"""
|
||||
|
||||
from lib.license.license_lib import (
|
||||
ensure_license_or_raise,
|
||||
get_device_id,
|
||||
get_license_status,
|
||||
is_license_valid,
|
||||
redeem_code,
|
||||
validate_license,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"ensure_license_or_raise",
|
||||
"get_device_id",
|
||||
"get_license_status",
|
||||
"is_license_valid",
|
||||
"redeem_code",
|
||||
"validate_license",
|
||||
]
|
||||
Reference in New Issue
Block a user