diff options
Diffstat (limited to 'src/components/main_panel.svelte')
| -rw-r--r-- | src/components/main_panel.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/main_panel.svelte b/src/components/main_panel.svelte index f295ef0..1eb71ed 100644 --- a/src/components/main_panel.svelte +++ b/src/components/main_panel.svelte @@ -90,6 +90,7 @@ <select bind:value={$format} class="select-format" id="format" onchange={()=>setFormat($format)}> <option value="none">无禁限</option> <option value="ocg">OCG</option> + <option value="tcg">TCG</option> <option value="md">大师决斗</option> <option value="cnocg">简中</option> </select> |
