默认自动检查版本更新

This commit is contained in:
GoEdgeLab
2023-07-20 09:38:09 +08:00
parent e3f0e11458
commit e2e8ea5d5d
3 changed files with 5 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
</tr>
</table>
<button class="ui button primary" type="button" @click.prevent="start" v-show="!isChecking">开始检查</button>
<button class="ui button primary" type="button" @click.prevent="start" v-show="!isChecking">开始检查</button>
<button class="ui button disabled" type="button" v-show="isChecking">正在检查...</button>
</form>
</div>