mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 18:39:48 +00:00
Added a plugin page
This commit is contained in:
parent
a5b5566f84
commit
50a2420060
7
app/MindWork AI Studio/Pages/Plugins.razor
Normal file
7
app/MindWork AI Studio/Pages/Plugins.razor
Normal file
@ -0,0 +1,7 @@
|
||||
@attribute [Route(Routes.PLUGINS)]
|
||||
|
||||
<div class="inner-scrolling-context">
|
||||
<MudText Typo="Typo.h3" Class="mb-12">Plugins</MudText>
|
||||
<InnerScrolling>
|
||||
</InnerScrolling>
|
||||
</div>
|
7
app/MindWork AI Studio/Pages/Plugins.razor.cs
Normal file
7
app/MindWork AI Studio/Pages/Plugins.razor.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace AIStudio.Pages;
|
||||
|
||||
public partial class Plugins : ComponentBase
|
||||
{
|
||||
}
|
@ -9,6 +9,7 @@ public sealed partial class Routes
|
||||
public const string SETTINGS = "/settings";
|
||||
public const string SUPPORTERS = "/supporters";
|
||||
public const string WRITER = "/writer";
|
||||
public const string PLUGINS = "/plugins";
|
||||
|
||||
// ReSharper disable InconsistentNaming
|
||||
public const string ASSISTANT_TRANSLATION = "/assistant/translation";
|
||||
|
Loading…
Reference in New Issue
Block a user