Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[AnchorSmooth,GoTop]:添加两个锚点相关的功能,以及中英文版的markdown文档使用说明。 #945
Conversation
1.AnchorSmooth:实现点击AnchorSmooth过渡到相应的锚点; 2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。 问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。
1.AnchorSmooth:实现点击AnchorSmooth过渡到相应的锚点; 2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。 问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。
1.AnchorSmooth:实现点击AnchorSmooth滑动到相应的锚点,而不是直接跳转; 2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。 问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。
1.AnchorSmooth:实现点击AnchorSmooth滑动到相应的锚点,而不是直接跳转;
2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。
*问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。为了通过test将GoTop中导入的样式删除,在markdown文件中没有效果。
*说明:看过pr指南,并全部通过,才提交pr的。
Please makes sure these boxes are checked before submitting your PR, thank you!
masterbranch.npm test,npm run lintandnpm run build.Changes in this pull request
npm test,npm run lintandnpm run build命令测试。