refactor: 修改按钮文案并移除未使用的更新状态按钮
This commit is contained in:
@@ -1272,14 +1272,14 @@ onMounted(() => {
|
||||
:loading="refreshingConfig"
|
||||
size="large"
|
||||
>
|
||||
刷新云端配置
|
||||
</a-button>
|
||||
<a-button
|
||||
@click="updateMirrorConfigStatus"
|
||||
size="large"
|
||||
>
|
||||
更新状态
|
||||
更新云端最新配置
|
||||
</a-button>
|
||||
<!-- <a-button -->
|
||||
<!-- @click="updateMirrorConfigStatus"-->
|
||||
<!-- size="large"-->
|
||||
<!-- >-->
|
||||
<!-- 更新状态-->
|
||||
<!-- </a-button>-->
|
||||
<a-button
|
||||
@click="goToMirrorTest"
|
||||
size="large"
|
||||
|
||||
Reference in New Issue
Block a user