Release 2.2.2

This commit is contained in:
wonfen
2025-03-25 14:11:40 +08:00
parent e054ac67fb
commit 12065330e1
7 changed files with 36 additions and 12 deletions

View File

@@ -353,7 +353,6 @@
"clash_mode_direct": "直连模式",
"toggle_system_proxy": "打开/关闭系统代理",
"toggle_tun_mode": "打开/关闭 TUN 模式",
"toggle_lightweight_mode": "进入轻量模式",
"entry_lightweight_mode": "进入轻量模式",
"Backup Setting": "备份设置",
"Backup Setting Info": "支持 WebDAV 备份配置文件",

View File

@@ -249,8 +249,8 @@ const Layout = () => {
? {
borderRadius: "8px",
border: "1px solid var(--divider-color)",
width: "calc(100vw - 0px)",
height: "calc(100vh - 0px)",
width: "calc(100vw - 4px)",
height: "calc(100vh - 4px)",
}
: {},
]}