fix: allow desktop release version history
Frontend CI / Frontend (push) Successful in 2m12s
Backend CI / Backend (push) Successful in 14m12s

This commit is contained in:
2026-06-10 13:13:06 +08:00
parent b646dfdc11
commit 6a4eaf2827
6 changed files with 202 additions and 31 deletions
@@ -175,7 +175,7 @@
<a-form-item label="渠道" required>
<a-input v-model:value="form.channel" placeholder="stable" />
</a-form-item>
<a-form-item label="最新版本" required>
<a-form-item label="版本" required>
<a-input v-model:value="form.version" placeholder="0.1.0" />
</a-form-item>
</div>