style: 整体文章样式优化

This commit is contained in:
ccnetcore
2026-02-02 21:33:53 +08:00
parent 6988dd224f
commit 9b7d98773b
5 changed files with 24 additions and 11 deletions

View File

@@ -1806,6 +1806,7 @@
.marked-markdown.theme-light .code-block-wrapper .code-block-body .line-numbers{
@include dark-theme-div;
}
}

View File

@@ -7,6 +7,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_FILE_UPLOAD_API: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}