fix Style

pull/391/head
王良 2024-11-15 17:56:56 +08:00
parent a00ac5c6aa
commit dd91d95051
2 changed files with 7 additions and 5 deletions

View File

@ -155,7 +155,7 @@ function install (app, api) {
return (
<div>
<div>发布公告<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
<hr/>
<hr />
<pre style="max-height:350px;font-family:auto">
{releaseNotes}
</pre>
@ -201,7 +201,7 @@ function install (app, api) {
return (
<div>
<div>发布公告<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
<hr/>
<hr />
<pre style="max-height:350px;font-family:auto">
{releaseNotes}
</pre>

View File

@ -258,7 +258,7 @@ export default {
width: 610,
content: (h) => (
<div class="restore-factory-settings">
<hr/>
<hr />
<p>
<h3>操作警告</h3>
<div>
@ -269,11 +269,13 @@ export default {
请谨慎操作
</div>
</p>
<hr/>
<hr />
<p>
<h3>找回个性化配置的方法</h3>
<div>
1. 找到备份文件路径<span>~/.dev-sidecar/config.json..bak.json</span><br/>
1. 找到备份文件路径
<span>~/.dev-sidecar/config.json..bak.json</span>
<br />
2. 将该备份文件重命名为<span>config.json</span>再重启软件即可恢复个性化配置
</div>
</p>