npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vuepress-plugin-girls-frontline

v1.0.1

Published

girls frontline plugin for VuePress

Downloads

6

Readme

vuepress-plugin-girls-frontline

这个插件会让你的VuePress网站上的右下方展示前线少女

Get start

安装插件

npm install vuepress-plugin-girls-frontline
# or
yarn add vuepress-plugin-girls-frontline

配置VuePress插件

docs/.vuepress/config.js

module.exports = {
  // ...
  plugins: [
    [
      'vuepress-plugin-girls-frontline',
    ],
  ]
  // ...
}

Demo

Live Demo

options

| 配置项 | 类型 | 默认值 | 说明 | | :---------- | :-------- | :----------------------------------------- | :------------------------------------- | | width | number | (150 / 1300) * document.body.clientWidth | 模型的宽度 | | height | number | (150 / 800) * document.body.clientWidth | 模型的高度 | | minixModels | Oject | {} 例如{模型名: 模型的json资源地址} | 要混入的模型对象 | | right | number | 0 | 距离右边页面的距离,单位px | | bottom | number | 0 | 距离下边页面的距离,单位px | | model | string | '--' | 固定展示的模型,可用模型详情如下models | | pageSwitch | boolean | false | 切换页面时是否切换模型 |

Models

'95type_405', 'fn57_2203', 'kp31_3101', 'rfb_1601', 'aa12_2403', 'ads_3601', 'ak12_3302', 'an94_3303', 'carcano1891_2201', 'carcano1938_2202', 'cbjms_3503', 'contender_2302', 'dsr50_1801', 'dsr50_2101', 'g36_2407', 'g36c_1202', 'g41_2401', 'gelina', 'grizzly_2102', 'hk416_3401', 'hk416_805', 'k2_3301', 'kp31_1103', 'kp31_310', 'sat8_2601', 'sat8_3602', 'type64-ar_2901', 'type88_3504', 'ump45_3403', 'ump9_3404', 'vector_1901', 'wa2000_6', 'welrod_1401', 'lewis_3502', 'm1928a1_1501', 'm950a_2303', 'mlemk1_604', 'ntw20_2301', 'ots14_1203', 'ots14_3001', 'pkp_1201', 'px4storm_2801', 'r93_3501'

Reference