Socket
Socket
Sign inDemoInstall

hexo-mrzefr-filebed

Package Overview
Dependencies
0
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.8 to 1.5.9

34

js/mrzefr.js

@@ -0,1 +1,35 @@

//图标选中提示
$("#github").mouseover(function () {
btf.snackbarShow("看一下Github呗");
})
$("#top").mouseover(function () {
btf.snackbarShow("返回顶部");
})
$("#bilibili").mouseover(function () {
btf.snackbarShow("看一下我拍的视频呗");
})
$("#rss").mouseover(function () {
btf.snackbarShow("访问一下Rss订阅呗");
})
$("#email").mouseover(function () {
btf.snackbarShow("发一个邮件呗");
})
$("#hexo").mouseover(function () {
btf.snackbarShow("本站采用Hexo作为框架");
})
$("#butterfly").mouseover(function () {
btf.snackbarShow("本站使用Butterfly主题");
})
$("#github-1").mouseover(function () {
btf.snackbarShow("本站博客项目由GitHub托管");
})
$("#vercel").mouseover(function () {
btf.snackbarShow("本站在Vercel部署");
})
$("#npm").mouseover(function () {
btf.snackbarShow("本站使用Npm储存静态文件");
})
$("#copyright").mouseover(function () {
btf.snackbarShow("本站采用CC BY-NC-SA 4.0版权协议");
})
//智能调整颜色

@@ -2,0 +36,0 @@ if (document.getElementById('post-cover')) {

2

package.json
{
"name": "hexo-mrzefr-filebed",
"version": "1.5.8",
"version": "1.5.9",
"description": "MrZeFr-Blog",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc