• Stars
    star
    274
  • Rank 150,274 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

B站看板娘集合 (live2d)

bilibili-haruna

B站看板娘集合 (live2d)

介绍

心血来潮从B站扒下来的看板娘(22娘,33娘),目前有10多套服装,其实核心 model 就2个。

基于 live2d-widget 插件实现,项目地址: https://github.com/xiazeyu/live2d-widget.js

本例子中的 live2d-widget 修改过,如果要随机换装功能,推荐用本例子中的代码,或者坐等原作者更新

PS: urls.txt 文件就是从B站直播间的 model 里找的资源,如果你发现新的资源,请 pr 或联系我更新。

更新

2018-11-22 更新 bls 冬装
2018-08-31 更新 bls 夏装

2018-03-31 更新
写了 fetch.js 脚本爬取了 https://live.bilibili.com/ 100页分页,最终得到的目前最新集合。

hexo 中使用

  1. 在你的 hexo 博客的 source 目录下创建 live2d_models 目录
  2. 将本仓库中的 assets/haruna 复制到刚才创建的 live2d_models 目录中
    然后完整路径就是这样的 source/live2d_models/haruna
  3. 安装 hexo-helper-live2d 模块
  4. 在 _config.yml 中配置 live2d
live2d:
  enable: true
  scriptFrom: local
  pluginRootPath: live2dw/
  pluginJsPath: lib/
  pluginModelPath: assets/
  tagMode: false
  debug: false
  model:
    use: ./live2d_models/haruna/22/model.2017.tomo-bukatsu.low.json
  display:
    position: right
    width: 150
    height: 300
  mobile:
    show: true
  react:
    opacity: 0.7

这个配置是插件文档那复制黏贴过来的,我没改其他的,只改了其中的 model use 这个字段。
其中的 ./live2d_models/haruna/22/model.2017.tomo-bukatsu.low.json 就是你想要的模型完整路径。

需要想要哪个模型,自己换地址就好了。

More Repositories

1

github-hans

[废弃] {官方中文马上就来了} GitHub 汉化插件,GitHub 中文化界面。 (GitHub Translation To Chinese)
JavaScript
1,550
star
2

express-mockjs

mockjs api middleware for Express
JavaScript
48
star
3

vscode-keyboard-shortcuts

vscode 快捷键参考 中文翻译
HTML
39
star
4

btpl

极简极致的 JavaScript 模板引擎
JavaScript
35
star
5

dockerfile-from-image

Extract Dockerfile from image. (从镜像中提取 Dockerfile)
JavaScript
27
star
6

mockjs-lite

A minimalist simulation data generator
JavaScript
23
star
7

qqwry-lite

qqwry.dat for node (node 纯真 IP 库)
JavaScript
14
star
8

homebrew-node

brew cask node 淘宝镜像
Ruby
10
star
9

hexo-admin-cn

Hexo Admin 中文版本
JavaScript
10
star
10

console.image

DEPRECATED - Display the picture on the Chrome 50+ console.log.
JavaScript
9
star
11

parse-wechat-xml

Parsing wechat XML data without using xml2js. (微信 XML 解析,非 xml2js)
TypeScript
8
star
12

homebrew-versions

自己用的 cask 淘宝镜像
Ruby
7
star
13

myip-cli

View internal IP and external IP
JavaScript
7
star
14

regex-tuesday

📆 正则表达式周二挑战赛 汉化版
HTML
6
star
15

enable-vue-devtools

Enable Vue.js devtools
JavaScript
5
star
16

fs-readline

按行读取文件,基于文件可读流。
JavaScript
5
star
17

creeper

简单爬虫引擎 (苦力怕)
JavaScript
5
star
18

placehold

node placeholder image generator
JavaScript
5
star
19

node-walkdir

node traversal files (async/sync)
JavaScript
4
star
20

polyfills-ie

ie polyfills (有 bug,待修复,推荐使用 es5-shim, es6-shim, es7-shim)
JavaScript
4
star
21

ine-cli

An independent node environment. (Another node installer that bundle node with application.)
JavaScript
3
star
22

sizeup-patch

sizeup-patch
JavaScript
3
star
23

ssh-exec-async

Execute a script/file over ssh using Node.JS
JavaScript
3
star
24

52cik.github.io

楼教主的个人博客
HTML
3
star
25

countdown-ti

Countdown based on relative timestamps. 基于时间戳的倒计时插件。
JavaScript
3
star
26

php-placehold

php placeholder image generator
PHP
2
star
27

tiny-curl

A tiny "CURL" tool with nodejs
JavaScript
2
star
28

ping-host

Browser ping host tool.
JavaScript
2
star
29

font-cli

iconfont react
TypeScript
2
star
30

http-static

A simple static file http server.
JavaScript
2
star
31

kindle-spider-xiaohua

kindle 爬虫 -- 校花的贴身高手
JavaScript
2
star
32

express-placehold

express placeholder image generator
JavaScript
2
star
33

console.onopen

[EXPIRED] Detect if DevTools is open
HTML
1
star
34

crawler-demo

QQ音乐,网易云音乐 爬虫 demo
JavaScript
1
star
35

hexo-filter-srcset

hexo <img> srcset 扩展
JavaScript
1
star
36

hexo-qiniu

hexo 七牛插件
JavaScript
1
star
37

qqwry-lite-data2

qqwry.dat for qqwry-lite
JavaScript
1
star
38

ugly-vdom

一个 virtual dom 轮子
JavaScript
1
star
39

m-alias

Node module alias support (ts paths alias)
JavaScript
1
star
40

pinyin_php

《最全的PHP汉字转拼音函数(共25961字,包含20902个基本汉字+5059生僻字)》
PHP
1
star
41

nginx-syslog

Nginx syslog protocol interface
JavaScript
1
star
42

demo

一些demo练习代码仓库
JavaScript
1
star
43

koa-placehold

koa placeholder image generator
JavaScript
1
star
44

shenjian-dts

神箭平台的 ts 声明文件 (d.ts)
1
star
45

tampermonkey-got

Simple encapsulation of the tampermonkey GM_xmlhttpRequest method.
JavaScript
1
star
46

tinydb

简易 json 本地存储
JavaScript
1
star