f4fe4141d4
2. 修复数据库not null错误 3. 支持PG数据库 4. 规范环境变量及配置使用 5. 规范为uv安装 6. 使用loggru
9 lines
225 B
Python
9 lines
225 B
Python
/* .vitepress/theme/custom.css */
|
|
/**
|
|
* Component: Sidebar
|
|
* -------------------------------------------------------------------------- */
|
|
|
|
:root {
|
|
--vp-sidebar-width: 285px;
|
|
--vp-sidebar-bg-color: var(--vp-c-bg-alt);
|
|
} |