文件名称:hexo-tag-googleform:适用于Hexo的Google Form标签插件
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-06 20:35:15
JavaScript
介绍 标记插件可嵌入Google表单。 灵感来自 注意:这适用于当前的Google Forms版本。 介绍了如何通过“ Opt out of the new Forms部分。 我希望在某个时候支持这两个版本。 安装 在hexo的根目录中运行以下命令: npm install hexo-tag-googleform --save 将以下文件复制到主题文件夹中: dist / google-form.css进入source / css dist / google-form.js出现在source / js中 将以下内容添加到标题中: <link rel="stylesheet" href="<%- config.root %>css/google-form.css" media="screen" type="text/css"> 将以下内容添加到页脚(或您喜欢的javascri
【文件预览】:
hexo-tag-googleform-master
----.eslintrc(40B)
----lib()
--------tag.js(1KB)
----.npmignore(56B)
----LICENSE(1KB)
----test()
--------.eslintrc(29B)
--------index.js(2KB)
--------mocha.opts(16B)
----README.md(1KB)
----dist()
--------google-form.js(891B)
--------google-form.css(812B)
----.jscsrc(86B)
----.editorconfig(170B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(1KB)
----index.js(113B)
----.eslintignore(35B)
----package.json(1KB)