Giter Site home page Giter Site logo

johvin / guideline Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 74 KB

A simple guideline tool based on which you can quickly implement new features guidelines for website users

JavaScript 100.00%
guide guideline website new-feature-guideline product-guideline

guideline's People

Contributors

johvin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

guideline's Issues

箭头错误

0.2.0 版本中,当被指引元素位于左边(或右边),提示文字长度较长,形成的箭头为倾斜指向时会出现两个问题:

  1. 箭头的边缘部分会有显示不全的问题
  2. 当 position 为 top 时,箭头的指向是错误的

The simple way code error.

The simple way code :
const visitTimes = parseint(localstorage.getItem('visitTimes')) || 0;

I think it should be changed:
const visitTimes = parseInt(localStorage.getItem('visitTimes')) || 0;

样式问题

0.2.0 版本,如果 body 下当内容超过一屏,且 body 上 position 的设置是 static,那么指引的遮罩层的高度只有屏幕的高度,页面其余部分不会被遮罩。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.