Speech, auto avoid, bug fixes, iu improments
This commit is contained in:
parent
bc45154b70
commit
bb125e7c7d
8 changed files with 164 additions and 22 deletions
|
@ -4,6 +4,7 @@ using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
|||
using MudBlazor;
|
||||
using Blazored.LocalStorage;
|
||||
using MudBlazor.Services;
|
||||
using Toolbelt.Blazor.Extensions.DependencyInjection;
|
||||
|
||||
namespace LearningChineseFixed
|
||||
{
|
||||
|
@ -27,6 +28,7 @@ namespace LearningChineseFixed
|
|||
config.SnackbarConfiguration.PositionClass = Defaults.Classes.Position.BottomCenter;
|
||||
});
|
||||
builder.Services.AddBlazoredLocalStorage();
|
||||
builder.Services.AddSpeechSynthesis();
|
||||
|
||||
await builder.Build().RunAsync();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue