https://github.com/ssshooter/lightweight-tour-guide
超轻量网页引导、教程直接复制直接用
https://github.com/ssshooter/lightweight-tour-guide
joyride tour-guide
Last synced: 3 months ago
JSON representation
超轻量网页引导、教程直接复制直接用
- Host: GitHub
- URL: https://github.com/ssshooter/lightweight-tour-guide
- Owner: SSShooter
- Created: 2019-10-17T10:02:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T05:14:02.000Z (about 1 year ago)
- Last Synced: 2024-10-29T12:12:47.406Z (8 months ago)
- Topics: joyride, tour-guide
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-tour-guide
## 立即试用
打开百度,把 `tourGuide.js` 复制到控制台(不要复制 export),然后复制下面代码调用函数。
```javascript
let config = [{
target:'#s_lg_img_new',
guide:'this is logo'
},{
target:'#su',
guide:'click and search!'
}]
guideInit(config)
```## 已知问题
- 当目标接近屏幕大小时,无法正常显示引导框
- 窗口大小变化时没有做响应式修改
- modal 或标签等需要页面重新渲染操作的情况未适应,建议方法是传入一个渲染完成的 promise 放在渲染引导函数前面