feat(notice): persist toast position preference (#5621)

* feat(notice): persist toast position preference

* docs: Changelog.md
This commit is contained in:
Sline
2025-12-19 18:04:23 +08:00
committed by GitHub
parent bd8eccdcea
commit fc84dc561c
21 changed files with 195 additions and 7 deletions

View File

@@ -205,6 +205,7 @@
"trafficGraph": "نمودار ترافیک",
"memoryUsage": "استفاده از حافظه",
"proxyGroupIcon": "آیکون گروه پراکسی",
"toastPosition": "Toast Position",
"hoverNavigator": "Hover Jump Navigator",
"hoverNavigatorDelay": "Hover Jump Navigator Delay",
"navIcon": "آیکون ناوبری",
@@ -225,6 +226,12 @@
"monochrome": "تک رنگ",
"colorful": "رنگارنگ",
"disable": "غیرفعال کردن"
},
"toastPosition": {
"topLeft": "Top Left",
"topRight": "Top Right",
"bottomLeft": "Bottom Left",
"bottomRight": "Bottom Right"
}
}
}