mirror of
https://github.com/certd/certd.git
synced 2026-06-27 05:47:34 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -143,3 +143,10 @@ export async function GetPluginByName(name: string): Promise<PluginConfigBean> {
|
||||
data: { name },
|
||||
});
|
||||
}
|
||||
|
||||
export async function ClearRuntimeDeps(): Promise<void> {
|
||||
return await request({
|
||||
url: "/sys/settings/clearRuntimeDeps",
|
||||
method: "post",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user