feat: add media asset system, channel lifecycle refactor, and chat attachments (#54)

This commit is contained in:
BBQ
2026-02-17 19:06:46 +08:00
committed by GitHub
parent 0bdc31311c
commit df7876a30c
106 changed files with 7942 additions and 1274 deletions
+2
View File
@@ -5,6 +5,8 @@ server {
root /usr/share/nginx/html;
index index.html;
client_max_body_size 50m;
# Gzip 压缩
gzip on;
gzip_vary on;