- Add tour guide component with floating bubbles - Guide users through: Welcome -> Configure Models -> Start Gateway -> View Docs - Use localStorage to persist tour state - Support i18n (Chinese and English) - Highlight target elements with spotlight mask - Allow skipping tour at any time
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from "./gateway"
|
|
export * from "./chat"
|
|
export * from "./tour"
|