Compare commits

1 Commits
Author SHA1 Message Date
moliclay f717a4b90a Merge pull request '修改' (#1) from dev into master
Reviewed-on: #1
2026-09-19 15:02:20 +08:00
+2 -2
View File
@@ -1,8 +1,8 @@
from src.security import validate_license
LICENSE_PATH = os.path.expanduser("~/.app_license")
111111111
11111111111
111
def check_license():
"""强制许可证验证"""
if not os.path.exists(LICENSE_PATH):