mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-16 13:20:39 -07:00
- Added new Tauri plugins: @tauri-apps/plugin-process and @tauri-apps/plugin-updater to improve application capabilities. - Introduced UpdateStatus component to display update information in the UI. - Enhanced GenerationForm to include an optional instruct field for additional input. - Refactored various components for improved styling and responsiveness, including Sidebar, AudioPlayer, and ProfileCard. - Updated API models and schemas to accommodate new instruct parameter in generation requests and responses. - Improved documentation for autoupdater setup and usage.
30 lines
556 B
JSON
30 lines
556 B
JSON
{
|
|
"fill": "automatic",
|
|
"groups": [
|
|
{
|
|
"layers": [
|
|
{
|
|
"image-name": "Voicebox_Microphone.png",
|
|
"name": "Voicebox_Microphone",
|
|
"position": {
|
|
"scale": 0.36,
|
|
"translation-in-points": [0.140625, 270.1875]
|
|
}
|
|
}
|
|
],
|
|
"shadow": {
|
|
"kind": "neutral",
|
|
"opacity": 0.5
|
|
},
|
|
"translucency": {
|
|
"enabled": true,
|
|
"value": 0.5
|
|
}
|
|
}
|
|
],
|
|
"supported-platforms": {
|
|
"circles": ["watchOS"],
|
|
"squares": "shared"
|
|
}
|
|
}
|