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