mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
9c120affb6
commit
090619c27c
1 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (frontmatter?.description) {
|
if (frontmatter?.description) {
|
||||||
func.meta.description = frontmatter.description;
|
func.meta = {
|
||||||
|
...func.meta,
|
||||||
|
description: frontmatter.description
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
onImport(func);
|
onImport(func);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue