修改项目结构

This commit is contained in:
2026-04-13 06:27:15 +08:00
parent 9e7ca9a580
commit c0740883a0
16 changed files with 10 additions and 260 deletions

6
build.py Normal file
View File

@@ -0,0 +1,6 @@
# 构建文件
# 确定系统和架构
import platform
os_name = platform.system()
print(" 系统名称:", os_name)