fix: minor glitches (#900)

* feat: show actual proxy name instead of proxy group when hovering on a group outbound

* fix: open empty edit form and save will cause `UID not found`

* chore: tauri.conf.json json schema

* chore: missing locales
This commit is contained in:
dongchengjie
2024-04-20 18:02:15 +08:00
committed by GitHub
parent 9d741cdd63
commit f71b51e64a
10 changed files with 17 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"tauri": {
"systemTray": {
"iconPath": "icons/tray-icon.png"
},
"bundle": {
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"targets": ["deb", "appimage", "updater"],
"deb": {
"depends": ["openssl"],