docs(deployment): 更新部署文档并添加自动化部署脚本

- 更新了 DEPLOYMENT.md 文档,增加了更多部署细节和说明
- 添加了 Linux 和 Windows 平台的自动化部署脚本
- 更新了 README.md,增加了部署相关说明
- 调整了 .env 文件配置,以适应新的部署流程
- 移除了部分不必要的代码和配置
This commit is contained in:
2025-09-10 14:16:27 +08:00
parent 18fe719f94
commit b2d940e014
114 changed files with 6990 additions and 247 deletions

15
website/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "jiebanke-website",
"version": "1.0.0",
"description": "结伴客官方网站",
"scripts": {
"build": "echo \"Website is a static site, no build required.\"",
"dev": "echo \"Website is a static site, no dev server required.\""
},
"keywords": [
"website",
"static"
],
"author": "jiebanke-team",
"license": "MIT"
}