mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
fix: build
This commit is contained in:
@@ -18,9 +18,9 @@ export type Plugin = {
|
||||
enable: boolean;
|
||||
onlyNodeRuntime: boolean;
|
||||
|
||||
title: string;
|
||||
version: string;
|
||||
content: string;
|
||||
title?: string;
|
||||
version?: string;
|
||||
content?: string;
|
||||
authType?: string;
|
||||
authLocation?: string;
|
||||
authHeader?: string;
|
||||
|
||||
Reference in New Issue
Block a user