mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Update extra.js with 0.3.20/dist/embed.min.js (#20230)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
664ec1ab49
commit
bdfac623dd
2 changed files with 8 additions and 7 deletions
12
CITATION.cff
12
CITATION.cff
|
|
@ -10,17 +10,17 @@ authors:
|
||||||
- given-names: Glenn
|
- given-names: Glenn
|
||||||
family-names: Jocher
|
family-names: Jocher
|
||||||
affiliation: Ultralytics
|
affiliation: Ultralytics
|
||||||
orcid: 'https://orcid.org/0000-0001-5950-6979'
|
orcid: "https://orcid.org/0000-0001-5950-6979"
|
||||||
- family-names: Qiu
|
- family-names: Qiu
|
||||||
given-names: Jing
|
given-names: Jing
|
||||||
affiliation: Ultralytics
|
affiliation: Ultralytics
|
||||||
orcid: 'https://orcid.org/0000-0003-3783-7069'
|
orcid: "https://orcid.org/0000-0003-3783-7069"
|
||||||
- given-names: Ayush
|
- given-names: Ayush
|
||||||
family-names: Chaurasia
|
family-names: Chaurasia
|
||||||
affiliation: Ultralytics
|
affiliation: Ultralytics
|
||||||
orcid: 'https://orcid.org/0000-0002-7603-6750'
|
orcid: "https://orcid.org/0000-0002-7603-6750"
|
||||||
repository-code: 'https://github.com/ultralytics/ultralytics'
|
repository-code: "https://github.com/ultralytics/ultralytics"
|
||||||
url: 'https://ultralytics.com'
|
url: "https://ultralytics.com"
|
||||||
license: AGPL-3.0
|
license: AGPL-3.0
|
||||||
version: 8.0.0
|
version: 8.0.0
|
||||||
date-released: '2023-01-10'
|
date-released: "2023-01-10"
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,8 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||||
const enableSearchBar = true;
|
const enableSearchBar = true;
|
||||||
|
|
||||||
const inkeepScript = document.createElement("script");
|
const inkeepScript = document.createElement("script");
|
||||||
inkeepScript.src = "https://unpkg.com/@inkeep/uikit-js@0.3.18/dist/embed.js";
|
inkeepScript.src =
|
||||||
|
"https://cdn.jsdelivr.net/npm/@inkeep/uikit-js@0.3.20/dist/embed.min.js";
|
||||||
inkeepScript.type = "module";
|
inkeepScript.type = "module";
|
||||||
inkeepScript.defer = true;
|
inkeepScript.defer = true;
|
||||||
document.head.appendChild(inkeepScript);
|
document.head.appendChild(inkeepScript);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue