From 15d664d8692a6919e72a171e681a27275b4e93a4 Mon Sep 17 00:00:00 2001 From: p6fbkl32v Date: Sun, 24 May 2026 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=EF=BC=9A=E5=B0=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=96=87=E4=BB=B6=E5=BD=92=E5=85=A5=20simplechat/=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=EF=BC=8C=E5=AE=9E=E9=AA=8C=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E5=9C=A8=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore => simplechat/.gitignore | 0 README.md => simplechat/README.md | 0 {build => simplechat/build}/SimpleChat-Client.spec | 0 {build => simplechat/build}/SimpleChat-Server.spec | 0 .../build}/client/SimpleChat-Client/Analysis-00.toc | 0 .../build}/client/SimpleChat-Client/EXE-00.toc | 0 .../build}/client/SimpleChat-Client/PKG-00.toc | 0 .../build}/client/SimpleChat-Client/PYZ-00.pyz | Bin .../build}/client/SimpleChat-Client/PYZ-00.toc | 0 .../client/SimpleChat-Client/SimpleChat-Client.pkg | Bin .../client/SimpleChat-Client/base_library.zip | Bin .../SimpleChat-Client/warn-SimpleChat-Client.txt | 0 .../SimpleChat-Client/xref-SimpleChat-Client.html | 0 .../build}/server/SimpleChat-Server/Analysis-00.toc | 0 .../build}/server/SimpleChat-Server/EXE-00.toc | 0 .../build}/server/SimpleChat-Server/PKG-00.toc | 0 .../build}/server/SimpleChat-Server/PYZ-00.pyz | Bin .../build}/server/SimpleChat-Server/PYZ-00.toc | 0 .../server/SimpleChat-Server/SimpleChat-Server.pkg | Bin .../server/SimpleChat-Server/base_library.zip | Bin .../SimpleChat-Server/warn-SimpleChat-Server.txt | 0 .../SimpleChat-Server/xref-SimpleChat-Server.html | 0 {client => simplechat/client}/client_core.py | 0 {client => simplechat/client}/config.json | 0 {client => simplechat/client}/config.py | 0 .../client}/config/client_config.json | 0 {client => simplechat/client}/main.py | 0 .../client}/ui/group_detail_window.py | 0 {client => simplechat/client}/ui/history_window.py | 0 {client => simplechat/client}/ui/login_window.py | 0 {client => simplechat/client}/ui/main_window.py | 0 {client => simplechat/client}/ui/register_window.py | 0 {client => simplechat/client}/ui/search_window.py | 0 {client => simplechat/client}/ui/widgets.py | 0 {client => simplechat/client}/utils.py | 0 config.json => simplechat/config.json | 0 .../database}/images/20260514172153_1_test.png | Bin .../database}/images/20260514172232_1_hello.png | Bin {database => simplechat/database}/init_db.sql | 0 .../dist}/SimpleChat/SimpleChat-Client.exe | Bin .../dist}/SimpleChat/SimpleChat-Server.exe | Bin {dist => simplechat/dist}/SimpleChat/config.json | 0 .../dist}/SimpleChat/使用说明.txt | 0 .../dist}/SimpleChat/启动服务器.bat | 0 requirements.txt => simplechat/requirements.txt | 0 {server => simplechat/server}/config.py | 0 {server => simplechat/server}/database.py | 0 {server => simplechat/server}/main.py | 0 {server => simplechat/server}/server_core.py | 0 软件文档.md => simplechat/软件文档.md | 0 50 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => simplechat/.gitignore (100%) rename README.md => simplechat/README.md (100%) rename {build => simplechat/build}/SimpleChat-Client.spec (100%) rename {build => simplechat/build}/SimpleChat-Server.spec (100%) rename {build => simplechat/build}/client/SimpleChat-Client/Analysis-00.toc (100%) rename {build => simplechat/build}/client/SimpleChat-Client/EXE-00.toc (100%) rename {build => simplechat/build}/client/SimpleChat-Client/PKG-00.toc (100%) rename {build => simplechat/build}/client/SimpleChat-Client/PYZ-00.pyz (100%) rename {build => simplechat/build}/client/SimpleChat-Client/PYZ-00.toc (100%) rename {build => simplechat/build}/client/SimpleChat-Client/SimpleChat-Client.pkg (100%) rename {build => simplechat/build}/client/SimpleChat-Client/base_library.zip (100%) rename {build => simplechat/build}/client/SimpleChat-Client/warn-SimpleChat-Client.txt (100%) rename {build => simplechat/build}/client/SimpleChat-Client/xref-SimpleChat-Client.html (100%) rename {build => simplechat/build}/server/SimpleChat-Server/Analysis-00.toc (100%) rename {build => simplechat/build}/server/SimpleChat-Server/EXE-00.toc (100%) rename {build => simplechat/build}/server/SimpleChat-Server/PKG-00.toc (100%) rename {build => simplechat/build}/server/SimpleChat-Server/PYZ-00.pyz (100%) rename {build => simplechat/build}/server/SimpleChat-Server/PYZ-00.toc (100%) rename {build => simplechat/build}/server/SimpleChat-Server/SimpleChat-Server.pkg (100%) rename {build => simplechat/build}/server/SimpleChat-Server/base_library.zip (100%) rename {build => simplechat/build}/server/SimpleChat-Server/warn-SimpleChat-Server.txt (100%) rename {build => simplechat/build}/server/SimpleChat-Server/xref-SimpleChat-Server.html (100%) rename {client => simplechat/client}/client_core.py (100%) rename {client => simplechat/client}/config.json (100%) rename {client => simplechat/client}/config.py (100%) rename {client => simplechat/client}/config/client_config.json (100%) rename {client => simplechat/client}/main.py (100%) rename {client => simplechat/client}/ui/group_detail_window.py (100%) rename {client => simplechat/client}/ui/history_window.py (100%) rename {client => simplechat/client}/ui/login_window.py (100%) rename {client => simplechat/client}/ui/main_window.py (100%) rename {client => simplechat/client}/ui/register_window.py (100%) rename {client => simplechat/client}/ui/search_window.py (100%) rename {client => simplechat/client}/ui/widgets.py (100%) rename {client => simplechat/client}/utils.py (100%) rename config.json => simplechat/config.json (100%) rename {database => simplechat/database}/images/20260514172153_1_test.png (100%) rename {database => simplechat/database}/images/20260514172232_1_hello.png (100%) rename {database => simplechat/database}/init_db.sql (100%) rename {dist => simplechat/dist}/SimpleChat/SimpleChat-Client.exe (100%) rename {dist => simplechat/dist}/SimpleChat/SimpleChat-Server.exe (100%) rename {dist => simplechat/dist}/SimpleChat/config.json (100%) rename {dist => simplechat/dist}/SimpleChat/使用说明.txt (100%) rename {dist => simplechat/dist}/SimpleChat/启动服务器.bat (100%) rename requirements.txt => simplechat/requirements.txt (100%) rename {server => simplechat/server}/config.py (100%) rename {server => simplechat/server}/database.py (100%) rename {server => simplechat/server}/main.py (100%) rename {server => simplechat/server}/server_core.py (100%) rename 软件文档.md => simplechat/软件文档.md (100%) diff --git a/.gitignore b/simplechat/.gitignore similarity index 100% rename from .gitignore rename to simplechat/.gitignore diff --git a/README.md b/simplechat/README.md similarity index 100% rename from README.md rename to simplechat/README.md diff --git a/build/SimpleChat-Client.spec b/simplechat/build/SimpleChat-Client.spec similarity index 100% rename from build/SimpleChat-Client.spec rename to simplechat/build/SimpleChat-Client.spec diff --git a/build/SimpleChat-Server.spec b/simplechat/build/SimpleChat-Server.spec similarity index 100% rename from build/SimpleChat-Server.spec rename to simplechat/build/SimpleChat-Server.spec diff --git a/build/client/SimpleChat-Client/Analysis-00.toc b/simplechat/build/client/SimpleChat-Client/Analysis-00.toc similarity index 100% rename from build/client/SimpleChat-Client/Analysis-00.toc rename to simplechat/build/client/SimpleChat-Client/Analysis-00.toc diff --git a/build/client/SimpleChat-Client/EXE-00.toc b/simplechat/build/client/SimpleChat-Client/EXE-00.toc similarity index 100% rename from build/client/SimpleChat-Client/EXE-00.toc rename to simplechat/build/client/SimpleChat-Client/EXE-00.toc diff --git a/build/client/SimpleChat-Client/PKG-00.toc b/simplechat/build/client/SimpleChat-Client/PKG-00.toc similarity index 100% rename from build/client/SimpleChat-Client/PKG-00.toc rename to simplechat/build/client/SimpleChat-Client/PKG-00.toc diff --git a/build/client/SimpleChat-Client/PYZ-00.pyz b/simplechat/build/client/SimpleChat-Client/PYZ-00.pyz similarity index 100% rename from build/client/SimpleChat-Client/PYZ-00.pyz rename to simplechat/build/client/SimpleChat-Client/PYZ-00.pyz diff --git a/build/client/SimpleChat-Client/PYZ-00.toc b/simplechat/build/client/SimpleChat-Client/PYZ-00.toc similarity index 100% rename from build/client/SimpleChat-Client/PYZ-00.toc rename to simplechat/build/client/SimpleChat-Client/PYZ-00.toc diff --git a/build/client/SimpleChat-Client/SimpleChat-Client.pkg b/simplechat/build/client/SimpleChat-Client/SimpleChat-Client.pkg similarity index 100% rename from build/client/SimpleChat-Client/SimpleChat-Client.pkg rename to simplechat/build/client/SimpleChat-Client/SimpleChat-Client.pkg diff --git a/build/client/SimpleChat-Client/base_library.zip b/simplechat/build/client/SimpleChat-Client/base_library.zip similarity index 100% rename from build/client/SimpleChat-Client/base_library.zip rename to simplechat/build/client/SimpleChat-Client/base_library.zip diff --git a/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt b/simplechat/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt similarity index 100% rename from build/client/SimpleChat-Client/warn-SimpleChat-Client.txt rename to simplechat/build/client/SimpleChat-Client/warn-SimpleChat-Client.txt diff --git a/build/client/SimpleChat-Client/xref-SimpleChat-Client.html b/simplechat/build/client/SimpleChat-Client/xref-SimpleChat-Client.html similarity index 100% rename from build/client/SimpleChat-Client/xref-SimpleChat-Client.html rename to simplechat/build/client/SimpleChat-Client/xref-SimpleChat-Client.html diff --git a/build/server/SimpleChat-Server/Analysis-00.toc b/simplechat/build/server/SimpleChat-Server/Analysis-00.toc similarity index 100% rename from build/server/SimpleChat-Server/Analysis-00.toc rename to simplechat/build/server/SimpleChat-Server/Analysis-00.toc diff --git a/build/server/SimpleChat-Server/EXE-00.toc b/simplechat/build/server/SimpleChat-Server/EXE-00.toc similarity index 100% rename from build/server/SimpleChat-Server/EXE-00.toc rename to simplechat/build/server/SimpleChat-Server/EXE-00.toc diff --git a/build/server/SimpleChat-Server/PKG-00.toc b/simplechat/build/server/SimpleChat-Server/PKG-00.toc similarity index 100% rename from build/server/SimpleChat-Server/PKG-00.toc rename to simplechat/build/server/SimpleChat-Server/PKG-00.toc diff --git a/build/server/SimpleChat-Server/PYZ-00.pyz b/simplechat/build/server/SimpleChat-Server/PYZ-00.pyz similarity index 100% rename from build/server/SimpleChat-Server/PYZ-00.pyz rename to simplechat/build/server/SimpleChat-Server/PYZ-00.pyz diff --git a/build/server/SimpleChat-Server/PYZ-00.toc b/simplechat/build/server/SimpleChat-Server/PYZ-00.toc similarity index 100% rename from build/server/SimpleChat-Server/PYZ-00.toc rename to simplechat/build/server/SimpleChat-Server/PYZ-00.toc diff --git a/build/server/SimpleChat-Server/SimpleChat-Server.pkg b/simplechat/build/server/SimpleChat-Server/SimpleChat-Server.pkg similarity index 100% rename from build/server/SimpleChat-Server/SimpleChat-Server.pkg rename to simplechat/build/server/SimpleChat-Server/SimpleChat-Server.pkg diff --git a/build/server/SimpleChat-Server/base_library.zip b/simplechat/build/server/SimpleChat-Server/base_library.zip similarity index 100% rename from build/server/SimpleChat-Server/base_library.zip rename to simplechat/build/server/SimpleChat-Server/base_library.zip diff --git a/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt b/simplechat/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt similarity index 100% rename from build/server/SimpleChat-Server/warn-SimpleChat-Server.txt rename to simplechat/build/server/SimpleChat-Server/warn-SimpleChat-Server.txt diff --git a/build/server/SimpleChat-Server/xref-SimpleChat-Server.html b/simplechat/build/server/SimpleChat-Server/xref-SimpleChat-Server.html similarity index 100% rename from build/server/SimpleChat-Server/xref-SimpleChat-Server.html rename to simplechat/build/server/SimpleChat-Server/xref-SimpleChat-Server.html diff --git a/client/client_core.py b/simplechat/client/client_core.py similarity index 100% rename from client/client_core.py rename to simplechat/client/client_core.py diff --git a/client/config.json b/simplechat/client/config.json similarity index 100% rename from client/config.json rename to simplechat/client/config.json diff --git a/client/config.py b/simplechat/client/config.py similarity index 100% rename from client/config.py rename to simplechat/client/config.py diff --git a/client/config/client_config.json b/simplechat/client/config/client_config.json similarity index 100% rename from client/config/client_config.json rename to simplechat/client/config/client_config.json diff --git a/client/main.py b/simplechat/client/main.py similarity index 100% rename from client/main.py rename to simplechat/client/main.py diff --git a/client/ui/group_detail_window.py b/simplechat/client/ui/group_detail_window.py similarity index 100% rename from client/ui/group_detail_window.py rename to simplechat/client/ui/group_detail_window.py diff --git a/client/ui/history_window.py b/simplechat/client/ui/history_window.py similarity index 100% rename from client/ui/history_window.py rename to simplechat/client/ui/history_window.py diff --git a/client/ui/login_window.py b/simplechat/client/ui/login_window.py similarity index 100% rename from client/ui/login_window.py rename to simplechat/client/ui/login_window.py diff --git a/client/ui/main_window.py b/simplechat/client/ui/main_window.py similarity index 100% rename from client/ui/main_window.py rename to simplechat/client/ui/main_window.py diff --git a/client/ui/register_window.py b/simplechat/client/ui/register_window.py similarity index 100% rename from client/ui/register_window.py rename to simplechat/client/ui/register_window.py diff --git a/client/ui/search_window.py b/simplechat/client/ui/search_window.py similarity index 100% rename from client/ui/search_window.py rename to simplechat/client/ui/search_window.py diff --git a/client/ui/widgets.py b/simplechat/client/ui/widgets.py similarity index 100% rename from client/ui/widgets.py rename to simplechat/client/ui/widgets.py diff --git a/client/utils.py b/simplechat/client/utils.py similarity index 100% rename from client/utils.py rename to simplechat/client/utils.py diff --git a/config.json b/simplechat/config.json similarity index 100% rename from config.json rename to simplechat/config.json diff --git a/database/images/20260514172153_1_test.png b/simplechat/database/images/20260514172153_1_test.png similarity index 100% rename from database/images/20260514172153_1_test.png rename to simplechat/database/images/20260514172153_1_test.png diff --git a/database/images/20260514172232_1_hello.png b/simplechat/database/images/20260514172232_1_hello.png similarity index 100% rename from database/images/20260514172232_1_hello.png rename to simplechat/database/images/20260514172232_1_hello.png diff --git a/database/init_db.sql b/simplechat/database/init_db.sql similarity index 100% rename from database/init_db.sql rename to simplechat/database/init_db.sql diff --git a/dist/SimpleChat/SimpleChat-Client.exe b/simplechat/dist/SimpleChat/SimpleChat-Client.exe similarity index 100% rename from dist/SimpleChat/SimpleChat-Client.exe rename to simplechat/dist/SimpleChat/SimpleChat-Client.exe diff --git a/dist/SimpleChat/SimpleChat-Server.exe b/simplechat/dist/SimpleChat/SimpleChat-Server.exe similarity index 100% rename from dist/SimpleChat/SimpleChat-Server.exe rename to simplechat/dist/SimpleChat/SimpleChat-Server.exe diff --git a/dist/SimpleChat/config.json b/simplechat/dist/SimpleChat/config.json similarity index 100% rename from dist/SimpleChat/config.json rename to simplechat/dist/SimpleChat/config.json diff --git a/dist/SimpleChat/使用说明.txt b/simplechat/dist/SimpleChat/使用说明.txt similarity index 100% rename from dist/SimpleChat/使用说明.txt rename to simplechat/dist/SimpleChat/使用说明.txt diff --git a/dist/SimpleChat/启动服务器.bat b/simplechat/dist/SimpleChat/启动服务器.bat similarity index 100% rename from dist/SimpleChat/启动服务器.bat rename to simplechat/dist/SimpleChat/启动服务器.bat diff --git a/requirements.txt b/simplechat/requirements.txt similarity index 100% rename from requirements.txt rename to simplechat/requirements.txt diff --git a/server/config.py b/simplechat/server/config.py similarity index 100% rename from server/config.py rename to simplechat/server/config.py diff --git a/server/database.py b/simplechat/server/database.py similarity index 100% rename from server/database.py rename to simplechat/server/database.py diff --git a/server/main.py b/simplechat/server/main.py similarity index 100% rename from server/main.py rename to simplechat/server/main.py diff --git a/server/server_core.py b/simplechat/server/server_core.py similarity index 100% rename from server/server_core.py rename to simplechat/server/server_core.py diff --git a/软件文档.md b/simplechat/软件文档.md similarity index 100% rename from 软件文档.md rename to simplechat/软件文档.md