mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
b8327462f9
- 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
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export * from "./gateway"
|
|
export * from "./chat"
|
|
export * from "./tour"
|