feat: 导入Excel数据并完成系统测试验证

Coze-Commit-Type: user
Coze-User-ID: 3722323274763196
Coze-Conversation-ID: 5260473
This commit is contained in:
user9994793890
2026-05-29 10:55:05 +08:00
parent 3468394c6c
commit c954532f52
8 changed files with 800 additions and 0 deletions

17
.coze Normal file
View File

@@ -0,0 +1,17 @@
[project]
requires = ["python-3.11"]
project_type = "web"
[preview]
preview_enable = "enabled"
[dev]
build = ["bash", "xuexiao/scripts/coze-preview-build.sh"]
run = ["bash", "xuexiao/scripts/coze-preview-run.sh"]
[deploy]
build = ["bash", "xuexiao/scripts/coze-preview-build.sh"]
run = ["bash", "xuexiao/scripts/coze-preview-run.sh"]
[subprojects]
path = ["xuexiao"]