|
il y a 4 mois | |
---|---|---|
.vscode | il y a 2 ans | |
src | il y a 4 mois | |
.gitignore | il y a 2 ans | |
README.md | il y a 4 mois | |
index.html | il y a 1 an | |
package-lock.json | il y a 4 mois | |
package.json | il y a 1 an | |
rive.wasm | il y a 1 an | |
tsconfig.json | il y a 1 an | |
upload.py | il y a 2 ans | |
vite.config.ts | il y a 2 ans | |
yarn.lock | il y a 4 mois |
web: https://luojigou.vip/luojigou-game-web
部署后也需要运行 npm run upload:pro 来上传到七牛云 app这里链接的是一个七牛云的静态地址
### gameview:
params | type | desc |
---|---|---|
mode | 'preview' | 'opra' | preview 代表预览版,从后台扫码直接预览题卡。opra是正常使用版本 |
collectionId | string | 当mode是opra时,需要传题集id来获取接下所有的题卡 |
cardId | string | 题卡id,当mode是preview时,需要传此选项来获取预览 |
opraMode | 0 | 1 | 游戏模式:0 代表是练习模式(prcatice) 1 代表是比赛模式(compe) |