docs: clarify Python module responsibilities
Rewrite the module-level descriptions for all 28 Python files and remove the obsolete integration note from grok_register_ttk.py. Verified on Python 3.9 and Python 3.12.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Grok 注册机 - TTK GUI 版本
|
||||
整合 DrissionPage_example.py, openai_register.py, batch_open_nsfw.py
|
||||
"""
|
||||
"""GUI 与 CLI 主入口,并为拆分后的注册模块保留兼容适配。"""
|
||||
|
||||
try:
|
||||
import tkinter as tk
|
||||
|
||||
Reference in New Issue
Block a user