This commit is contained in:
Red J Adaya
2024-07-03 14:32:55 -07:00
committed by GitHub
parent 75c9e211d9
commit 1f973b3fdc
16 changed files with 1046 additions and 80 deletions
+7
View File
@@ -89,6 +89,13 @@ func getSettingsConfigDefaults() SettingsConfigType {
Meta: map[string]any{"url": "https://waveterm.dev/"},
},
},
{
Icon: "sparkles",
Label: "waveai",
BlockDef: wstore.BlockDef{
View: "waveai",
},
},
},
}
}