mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-06 20:15:48 +08:00
默认自动检查版本更新
This commit is contained in:
@@ -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>
|
||||
@@ -33,6 +33,9 @@ Tea.context(function () {
|
||||
.params({
|
||||
autoCheck: this.config.autoCheck ? 1 : 0
|
||||
})
|
||||
.success(function () {
|
||||
teaweb.successToast("已保存")
|
||||
})
|
||||
}
|
||||
|
||||
this.ignoreVersion = function (version) {
|
||||
|
||||
Reference in New Issue
Block a user