小调整。

pull/343/head
王良 2024-09-05 14:38:21 +08:00
parent fd693d00fa
commit 35a8a15d06
1 changed files with 4 additions and 4 deletions

View File

@ -220,7 +220,7 @@ export default {
async restoreFactorySettings () { async restoreFactorySettings () {
this.$confirm({ this.$confirm({
title: '确定要恢复出厂设置吗?', title: '确定要恢复出厂设置吗?',
width: 540, width: 610,
content: h => content: h =>
<div class="restore-factory-settings"> <div class="restore-factory-settings">
<hr/> <hr/>
@ -232,10 +232,10 @@ export default {
</p> </p>
<hr/> <hr/>
<p> <p>
<h3>找回个性化配置方法</h3> <h3>找回个性化配置方法</h3>
<div> <div>
备份文件路径<span>~/.dev-sidecar/config.json..bak.json</span><br/> 1. 找到备份文件路径<span>~/.dev-sidecar/config.json..bak.json</span><br/>
将该备份文件重命名为<span>config.json</span>再重启软件即可恢复配置 2. 将该备份文件重命名为<span>config.json</span>再重启软件即可恢复个性化配置
</div> </div>
</p> </p>
</div>, </div>,