# website_display **Repository Path**: Silfra/website_display ## Basic Information - **Project Name**: website_display - **Description**: 个人网站展示网站 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-07 - **Last Updated**: 2026-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 启动方式: ```bash uv sync nohup uv run flask run > flask.log 2>&1 & ``` 停止: ```bash lsof -i :5002 kill -9 xxx # 或者直接一句话,查询并查杀 5002 fuser -k -9 5002/tcp ```