docs: rewrite README sections to clarify no-license deployment

This commit is contained in:
yanguo0905
2026-03-24 16:25:16 +08:00
parent a53d3bbbce
commit a9c57dc0f7
14 changed files with 142 additions and 384 deletions
-7
View File
@@ -1,8 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# 授权检查 - 请勿删除此部分,否则程序无法运行
import _auth_check
import asyncio
import json
import re
@@ -22,10 +19,6 @@ from admin_panel import register_admin_handlers
from user_flow import register_user_handlers
from utils import ensure_settings_table, get_setting, set_setting
# ⚠️ 离线授权验证(商业版)
from offline_license_checker import init_license_checker
init_license_checker()
# Redis缓存和频率限制
try:
from redis_cache import cache