feat(hermes): add channel configuration editor

This commit is contained in:
晴天
2026-05-23 01:51:08 +08:00
parent 27b35b6298
commit eccf91ed1e
11 changed files with 1775 additions and 12 deletions

View File

@@ -34,7 +34,8 @@
"dependencies": {
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-shell": "^2.2.1"
"@tauri-apps/plugin-shell": "^2.2.1",
"yaml": "^2.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",