mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
feat:[用户前端] 增加多语言支持,修复菜单栏存在的BUG, 启用静态gzip以节省CPU资源
This commit is contained in:
parent
8793e82f69
commit
4eadd201e5
@ -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)$ {
|
||||
|
1714
public/theme/Xboard/assets/umi.js
vendored
1714
public/theme/Xboard/assets/umi.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user