mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 13:03:49 +08: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