Gathering detailed insights and metrics for vuepress-plugin-gotop-plus
Gathering detailed insights and metrics for vuepress-plugin-gotop-plus
Gathering detailed insights and metrics for vuepress-plugin-gotop-plus
Gathering detailed insights and metrics for vuepress-plugin-gotop-plus
VuePress回到页首插件Plus back-to-top plus plugin for VuePress.
npm install vuepress-plugin-gotop-plus
Typescript
Module System
Node Version
NPM Version
Vue (53.06%)
JavaScript (38.71%)
CSS (8.23%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Stars
6 Commits
2 Watchers
2 Branches
1 Contributors
Updated on May 28, 2023
Latest Version
1.0.4
Package Id
vuepress-plugin-gotop-plus@1.0.4
Unpacked Size
315.63 kB
Size
293.49 kB
File Count
13
NPM Version
6.14.4
Node Version
12.16.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
_ _
__ _ ___ | |_ ___ _ __ _ __ | | _ _ ___
/ _` | / _ \ | __| / _ \ | '_ \ _____ | '_ \ | || | | |/ __|
| (_| || (_) || |_ | (_) || |_) ||_____|| |_) || || |_| |\__ \
\__, | \___/ \__| \___/ | .__/ | .__/ |_| \__,_||___/
|___/ |_| |_|
欢迎使用和Star支持,如使用过程中碰到问题,可以提出Issue,我会尽力完善
VuePress回到页首插件Plus. back-to-top plus plugin for VuePress.
此插件根据官方插件@vuepress/plugin-back-to-top更改调整,加入了一些自定义参数配置.
1.0.0+
制作的插件。一款简洁优雅的VuePress主题 ➡️ https://github.com/JoeyBling/vuepress-theme-yilia-plus
1yarn add vuepress-plugin-gotop-plus 2# or 3npm install vuepress-plugin-gotop-plus --save
在配置文件中引入 vuepress-plugin-gotop-plus
查看 官方文档。
1module.exports = { 2 plugins: [ 3 /* 两个插件只能选一个 */ 4 ['@vuepress/plugin-back-to-top', false], 5 [ 6 'vuepress-plugin-gotop-plus' 7 ], 8 ], 9}
1module.exports = { 2 plugins: [ 3 /* 两个插件只能选一个 */ 4 ['@vuepress/plugin-back-to-top', false], 5 [ 6 'vuepress-plugin-gotop-plus', { 7 // 是否在移动设备上显示(default: true) 8 mobileShow: false, 9 // 回到页首元素显示触发的高度阈值(default: 50) 10 threshold: 50 11 } 12 ], 13 ], 14}
如果感觉对您有帮助,请作者喝杯咖啡吧,请注明您的名字或者昵称,方便作者感谢o( ̄︶ ̄)o
微信 | 支付宝 |
---|---|
![]() | ![]() |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More