Skip to content

Commit

Permalink
X4 と CA10 のバージョン番号を 3.22 に上げる。
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahara committed Dec 11, 2024
1 parent cbb73aa commit 26e2e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<div class="model">To:
<select id="model-dst" v-model="selected">
<option value="w2">SA-W2, W2L, W2S (5.50)</option>
<option value="x4" selected>SEIL/X4 (3.21)</option>
<option value="x4" selected>SEIL/X4 (3.22)</option>
<option value="ayame">SEIL/x86 Ayame (3.21)</option>
<option value="ca10">SEIL CA10 (3.21)</option>
<option value="ca10">SEIL CA10 (3.22)</option>
</select>
</div>
<textarea id="recipeconfig" class="config-text" v-model="text" rows="20" cols="64" spellcheck="false"
Expand Down

0 comments on commit 26e2e4b

Please sign in to comment.