add histoire task
This commit is contained in:
parent
29c1d2dc26
commit
8d1ec92cfd
@ -12,6 +12,7 @@ tasks:
|
|||||||
dev: vite
|
dev: vite
|
||||||
test: vitest run src
|
test: vitest run src
|
||||||
test:watch: vitest src
|
test:watch: vitest src
|
||||||
|
story: histoire dev
|
||||||
default:
|
default:
|
||||||
cmds:
|
cmds:
|
||||||
- echo "{{.GREETING}}"
|
- echo "{{.GREETING}}"
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
additionalCharacters &&
|
additionalCharacters &&
|
||||||
R.difference(additionalCharacters.map(R.prop('selection')).flat());
|
R.difference(additionalCharacters.map(R.prop('selection')).flat());
|
||||||
|
|
||||||
let chapter = 1 + parseInt(params.battleId / 2);
|
$: chapter = 1 + parseInt((params.battleId - 1) / 2);
|
||||||
$: chapterBattle =
|
$: chapterBattle =
|
||||||
params.battleId >= 7
|
params.battleId >= 7
|
||||||
? params.battleId - 6
|
? params.battleId - 6
|
||||||
|
Loading…
Reference in New Issue
Block a user