Compare commits

3 Commits
Author SHA1 Message Date
moliclay 94dbde22e1 修改 2026-09-19 15:23:07 +08:00
moliclay a4f0d58386 修改 2026-09-19 15:20:56 +08:00
moliclay c1c08ecbd2 修改 2026-09-19 15:20:24 +08:00
+2 -2
View File
@@ -1,8 +1,8 @@
from src.security import validate_license
LICENSE_PATH = os.path.expanduser("~/.app_license")
111
111111111
11111111111
def check_license():
"""强制许可证验证"""
if not os.path.exists(LICENSE_PATH):