优化项目结构

This commit is contained in:
2026-05-06 18:25:44 +08:00
parent 01594dba7a
commit bdedf1a0cf
21 changed files with 7 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ chown -R www:www .
```bash
chown -R www-data:www-data /path/to/ai-chat
chmod 755 /path/to/ai-chat/uploads
chmod 755 /path/to/ai-chat/public/uploads
chmod 755 /path/to/ai-chat/config
```