feat: 新增离线一机一码授权系统

This commit is contained in:
DXC
2026-05-11 09:48:07 +08:00
parent 94ed2f1f8d
commit cf387c40ab
5 changed files with 819 additions and 7 deletions

4
src/auth/__init__.py Normal file
View File

@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
"""
授权认证模块
"""