feat:[用户前端] 增加多语言支持,修复菜单栏存在的BUG, 启用静态gzip以节省CPU资源

This commit is contained in:
xboard 2023-11-27 00:23:25 +08:00
parent 8793e82f69
commit 4eadd201e5
4 changed files with 867 additions and 848 deletions

View File

@ -13,6 +13,7 @@ server {
# 开启 gzip 压缩
gzip on;
gzip_static on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
location ~* \.(jpg|jpeg|png|gif|js|css|svg|woff2|woff|ttf|eot|wasm|json|ico)$ {

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.