javascript: The Best Guided Tour Plugin
Best Tour Plugins To Guide Visitors Through Your App
https://yonkov.github.io/post/display-shepherd-only-once/
https://www.jqueryscript.net/blog/best-guided-tour.html
https://whatfix.com/blog/react-onboarding-tour/
https://github.com/shipshapecode/shepherd
https://github.com/wytxer/shepherd-vue
https://shepherdjs.dev/docs/index.html
https://shepherdjs.dev/
https://kamranahmed.info/driver.js/
https://github.com/kamranahmedse/driver.js
https://philipwalton.github.io/polyfill/
https://github.com/philipwalton/polyfill/
https://polyfill.io/v3/api/
https://github.com/JakeChampion/polyfill-library
https://github.com/inexorabletash/polyfill/
https://github.com/yonkov/Simple-Tour-Guide
https://github.com/usablica/intro.js
https://github.com/webcomponents/webcomponentsjs
使用babel.js 和 polyfill.js 使IE浏览器兼容ES6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | // author: //from https://yonkov.github.io/post/display-shepherd-only-once/ const tour = new Shepherd.Tour({ defaultStepOptions: { scrollTo: true , cancelIcon: { enabled: true , }, useModalOverlay: true , } }); //Construct the steps const steps = [{ title: 'My Awesome Tour Guide : Step One' , text: 'This step is attached to the bottom of the <code>header</code> element.' , buttons: [{ text: 'Next' , action: tour.next }], }, { title: 'My Awesome Tour Guide : Step Two' , text: 'This step is attached to the bottom of the <code>.entry-content</code> element. If no such element is found, the step appears in the center of the screen.' , buttons: [{ text: 'Back' , action: tour.back }, { text: 'Finish' , classes: 'shepherd-button-close' , action() { // Dismiss the tour when the finish button is clicked dismissTour(); return this .hide(); } } ] }, ] tour.addSteps(steps); function dismissTour() { if (!localStorage.getItem( 'shepherd-tour' )) { localStorage.setItem( 'shepherd-tour' , 'yes' ); } } // Dismiss the tour when the cancel icon is clicked. Do not show the tour on next page reload tour.on( 'cancel' , dismissTour); // Initiate the tour if (!localStorage.getItem( 'shepherd-tour' )) { tour.start(); } |
输入包名称,打上两个勾,引用的包,就可以加载上
https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022
https://thomaslevesque.com/2021/11/12/building-a-project-that-target-net-45-in-visual-studio-2022/
https://dotnet.microsoft.com/zh-cn/download/visual-studio-sdks
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!
2022-09-22 CSharp: Composite Pattern
2022-09-22 java: Strategy Pattern
2015-09-22 sql: sq_helptext