Initial commit: 12个专业个人简历作品集项目

This commit is contained in:
KQL
2025-11-15 18:32:08 +08:00
commit b690b4663c
896 changed files with 726841 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
# 局域网部署启动脚本
echo "======================================"
echo " 财经商贸个人简历 - 局域网部署"
echo "======================================"
# 检查Python3是否安装
if ! command -v python3 &> /dev/null; then
echo "❌ 未找到Python3请先安装Python3"
exit 1
fi
# 启动服务器
python3 start_server.py