Skip to content

Commit

Permalink
docs: theme and i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
love98ooo committed Aug 14, 2024
1 parent 620ccdd commit 1fd6652
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default withMermaid({
base: '/dev-guide/backend/gateway',
items: [
{
text: '简介',
text: '网关开发',
link: '/'
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:root {
--vp-home-hero-image-background-image: linear-gradient( 135deg, #465EFB 10%, #C2FFD8 100%);
--vp-home-hero-image-filter: blur(68px);
}
6 changes: 6 additions & 0 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Theme from 'vitepress/theme'
import './home.css'

export default {
...Theme
}
2 changes: 1 addition & 1 deletion docs/dev-guide/backend/Process-of-Submission-&-SelfTest.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Key: `submission:{userID}:{UUID}`

Value: `{submission}`

## Status
## 提交状态

SASTOJ 的评测状态有以下几种:

Expand Down

0 comments on commit 1fd6652

Please sign in to comment.