main
mula.liu 2026-01-30 08:52:50 +08:00
parent 7cd6ad144a
commit c72e9b2288
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import json
import dashscope
from http import HTTPStatus
from typing import Optional, Dict, List, Generator
from typing import Optional, Dict, List, Generator, Any
import app.core.config as config_module
from app.core.database import get_db_connection
from app.services.system_config_service import SystemConfigService

View File

@ -13,7 +13,7 @@ server {
gzip_disable "MSIE [1-6]\.";
# 增加上传文件大小限制
client_max_body_size 200M;
client_max_body_size 500M;
location / {
try_files $uri $uri/ /index.html;