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

View File

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