Coder Social home page Coder Social logo

character-api's Introduction

使用方法

  1. 克隆本仓
git clone --depth=1 https://github.com/Zyy955/character-Api.git
  1. 进入主目录
cd character-Api
  1. 克隆咕咕牛图仓
git clone --depth=1 https://github.com/GuGuNiu/Miao-Plugin-MBT.git ./data
  1. 安装pnpm ,已安装的可以跳过
npm --registry=https://registry.npmmirror.com install pnpm -g
  1. 安装依赖
pnpm install
  1. 运行
node app
  1. 修改喵喵
  • 打开 ./plugins/miao-plugin/resources/character/profile-detail.html
  • 修改第18行 <div class="main-pic" style="background-image:url({{_res_path}}{{costumeSplash||imgs?.splash}})"></div> 为以下
<div class="main-pic" style="background-image:url(http://127.0.0.1:3000/api/miao?name={{data.name}})"></div>
  1. 开始享受

character-api's People

Contributors

shijinn520 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.