feat: enhance document upload and processing features, update mock data, and improve status display

This commit is contained in:
2026-05-08 19:09:00 +08:00
parent 18f1f96768
commit 41f9c122a9
7 changed files with 493 additions and 119 deletions

10
start.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# 启动开发服务器
# 端口: 8000
# 监听: 0.0.0.0
cd "$(dirname "$0")"
echo "Starting dev server on http://0.0.0.0:8001"
npx vite --host 0.0.0.0 --port 8001