Skip to content

Commit

Permalink
build: 页面构建
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Mar 25, 2024
1 parent 5014faa commit 6ef33c5
Show file tree
Hide file tree
Showing 620 changed files with 27,639 additions and 34,663 deletions.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions api-doc/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:root {
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

pre, code { background: var(--code-background); }
15 changes: 15 additions & 0 deletions api-doc/assets/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6ef33c5

Please sign in to comment.