mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
docs: document repo support scripts
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Docs UI enhancement that mirrors the active nav tab underline with a stable
|
||||
* animated underline element.
|
||||
*/
|
||||
(() => {
|
||||
const NAV_TABS_SELECTOR = ".nav-tabs";
|
||||
const ACTIVE_UNDERLINE_SELECTOR = ".nav-tabs-item > div.bg-primary";
|
||||
|
||||
Reference in New Issue
Block a user