(tips:本readme文档的信息卡片都能点,子模块的信息卡片可直接跳转到子模块仓库)
从release中下载对应系统的程序包,完整解压后运行程序
可通过以下按钮部署至Netlify/vercel:
也可通过以下链接访问:
Nostar为无自定义星数版本
version | nostar | |
---|---|---|
netlify status | ||
link | Click here |
使用任意一种,在左上角问号中上传名单(utf-8编码,txt格式)即可使用
注意:自定义星数版本需要在名字前加3/4/5,否则不显示名字!
需要安装Nodejs
由于本仓库使用了子模块功能,clone时要连着子模块一起clone过去
git clone --recursive https://github.com/luyanci/genish-impact-picker.git
如果已经clone,拉取子模块方法:
git submodule update --init --recursive
进入Genshin-impact-wish-simulator
与electron-static
文件夹,运行以下指令来初始化环境
#use npm
npm install
#use yarn
yarn install
进入Genshin-impact-wish-simulator
文件夹,运行以下指令,调试网页
#use npm
npm run dev
#use yarn
yarn run dev
进入Genshin-impact-wish-simulator
运行以下指令来构建
#use npm
npm run build
#use yarn
yarn run build
将.vercel/output
里的static
文件夹整个复制到electron-static
文件夹里,然后在该目录下执行以下指令,构建应用程序
#use npm
npm run build
#use yarn
yarn run build
MIT License
Copyright (c) 2022 WishSImulator.App
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
同时欢迎各位对本项目提PR和Issues哦!