feat: 微信自动化客服(wechatauto-replica) 干净历史导入 - AI 自动回复/语音收发/朋友圈发布

This commit is contained in:
2026-09-16 10:12:49 +08:00
commit c3b98f4c4e
69 changed files with 19828 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
from wechatauto.ui.base import BaseUISubWnd, BaseUIWnd
from wechatauto.ui.main import WeChatMainWnd, WeChatSubWnd
from wechatauto.ui.navigationbox import NavigationBox
from wechatauto.ui.sessionbox import SessionBox, SessionElement, SearchResultElement
from wechatauto.ui.chatbox import ChatBox, AtMenu
from wechatauto.ui.component import Menu, SelectContactWnd, WeChatImage, UpdateWindow
__all__ = [
"BaseUISubWnd",
"BaseUIWnd",
"WeChatMainWnd",
"WeChatSubWnd",
"NavigationBox",
"SessionBox",
"SessionElement",
"SearchResultElement",
"ChatBox",
"AtMenu",
"Menu",
"SelectContactWnd",
"WeChatImage",
"UpdateWindow",
]