cookie consent tools:一组有助于实现用户cookie同意的工具 源码
Cookie同意工具 一套有助于实现用户Cookie同意的工具。 它提供: CookieManager模块来处理用户同意的持久性 显示给用户的可选的移动友好型ConsentBox ,供用户选择。 安装 npm install cookie-consent-tools yarn add cookie-consent-tools 用法 // Import as a Module import cookieConsentTools from 'cookie-consent-tools' ; // Or get it through the window object var cookieConsentTools = window . cookieConsentTool . default ; // Initialization will look for an existing conse
文件列表
cookie-consent-tools-master.zip
(预估有个38文件)
cookie-consent-tools-master
.eslintrc
3KB
postcss.config.js
307B
webpack.config.js
2KB
src
cookie-manager.js
2KB
stylesheets
index.scss
804B
index.js
943B
consent-box
暂无评论