mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-15 23:52:59 +00:00
feat: 支持开关指定内置插件
This commit is contained in:
5
app/plugins/typing.ts
Normal file
5
app/plugins/typing.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { type Plugin } from "../store/plugin";
|
||||
|
||||
export type BuiltinPlugin = Omit<Plugin, "id"> & {
|
||||
builtin: Boolean;
|
||||
};
|
Reference in New Issue
Block a user