docs: 完善数据迁移与备份恢复文档并优化样式结构
- 将内联样式迁移至独立 CSS 文件以提升可维护性 - 在数据迁移文档中新增 CWD 自身格式支持说明,并补充全量备份功能描述 - 在管理员 API 文档中扩展数据管理接口,详细说明配置、统计及全量备份的导入导出
This commit is contained in:
25
docs/.vitepress/theme/custom.css
Normal file
25
docs/.vitepress/theme/custom.css
Normal file
@@ -0,0 +1,25 @@
|
||||
:root {
|
||||
--vp-home-hero-name-color: transparent;
|
||||
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #F08E1F, #ED6127);
|
||||
--vp-c-brand-1: #ed6127;
|
||||
--vp-c-brand-2: #ed6127;
|
||||
--vp-c-brand-3: #ed6127;
|
||||
--vp-c-brand-soft: rgba(237, 97, 39, 0.14);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--vp-c-brand-1: #ed6127;
|
||||
--vp-c-brand-2: #ed6127;
|
||||
--vp-c-brand-3: #ed6127;
|
||||
--vp-c-brand-soft: rgba(240, 142, 31, 0.18);
|
||||
}
|
||||
|
||||
.extra-class {
|
||||
max-width: 1200px;
|
||||
margin: 2em auto 0;
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
.image-src {
|
||||
max-width: 200px !important;
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
import DefaultTheme from 'vitepress/theme';
|
||||
import { h } from 'vue';
|
||||
import FooterDoc from '../components/footerDoc.vue';
|
||||
import './custom.css';
|
||||
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
|
||||
Reference in New Issue
Block a user