Skip to content

Latest commit

 

History

History
101 lines (73 loc) · 2.46 KB

README_CN.md

File metadata and controls

101 lines (73 loc) · 2.46 KB

mishiro

戳这里下载 (MacOS请按照下面的步骤和Electron分发应用自行打包。请不要安装在有汉字的目录下)

特性

  • 语言支持:中文 / 日本語 / English
  • [ HOME ] 拿资源。(unity3d, acb, bdb, mdb)
  • [ IDOL ] 查卡,拿卡面,拿角色语音。
  • [ LIVE ] 拿背景音乐 / Live乐曲,谱面查看,玩。
  • [ GACHA ] 同步卡池抽到爽。
  • [ MENU ] 活动算分,设置等

开发 & 构建

Windows 需要

  • Node.js 8+
  • Python 2.7
  • Visual Studio 2015/2017
  • .Net 4.5.1 (只有 Windows 7 需要)

MacOS 需要

  • Node.js 8+
  • Python 2.7
  • Xcode (终端运行 xcode-select --install 安装Command Line Tools)

Linux 需要

  • Node.js 8+
  • Python 2.7
  • gcc
  • make

快速开始

  1. 拉代码

    $ git clone https://github.com/toyobayashi/mishiro.git
  2. 装依赖

    $ cd mishiro/app
    
    # 设置国内镜像
    $ npm config set registry http://registry.npm.taobao.org/
    $ npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
    
    # 获取 Electron 用于编译原生模块的头文件
    $ npm install -g node-gyp
    $ node-gyp install --target=3.0.10 --dist-url=https://atom.io/download/electron
    
    # 安装依赖
    $ npm install
  • 开发

    推荐使用 VSCode

    # ~/mishiro/app$ code .
    $ npm run dev
    $ npm start # 或者直接在 VSCode 里按 [F5]
  • 构建

    $ npm run prod
  • 启动

    $ npm start
  • 打包

    $ npm run pkg64 # x64
    $ npm run pkg32 # Windows x86

参考

特别感谢:

版权

CGSS及其相关所有内容的版权归BANDAI NAMCO Entertainment Inc.所属。