add plugin selector on chat

This commit is contained in:
lloydzhou
2024-07-25 13:29:39 +08:00
parent b4bf11d648
commit 044116c14c
6 changed files with 43 additions and 3 deletions

View File

@@ -57,6 +57,10 @@ export enum FileName {
Prompts = "prompts.json",
}
export enum Plugin {
Artifact = "artifact",
}
export enum StoreKey {
Chat = "chat-next-web-store",
Access = "access-control",