1.0.1 • Published 2 years ago

vuepress-plugin-girls-frontline v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

配置项类型默认值说明
widthnumber(150 / 1300) * document.body.clientWidth模型的宽度
heightnumber(150 / 800) * document.body.clientWidth模型的高度
minixModelsOject{} 例如{模型名: 模型的json资源地址}要混入的模型对象
rightnumber0距离右边页面的距离,单位px
bottomnumber0距离下边页面的距离,单位px
modelstring'--'固定展示的模型,可用模型详情如下models
pageSwitchbooleanfalse切换页面时是否切换模型

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

1.0.1

2 years ago

1.0.0

2 years ago