Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const sidebar: DefaultTheme.Sidebar = {
{ text: '作息安排', link: '/start/sh' },
{ text: '学院信息', link: '/start/info' },
{ text: '学院组织', link: '/start/org' },
{ text: '程序设计语言导览', link: '/start/programming-languages' },
{ text: '国(境)外交流', link: '/start/international-exchange' },
{ text: '常见问题', link: '/start/faq' },
],
Expand Down
9 changes: 9 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,15 @@
width: 100%;
}

@media (max-width: 768px) {
.vp-doc._start_programming-languages table {
display: block;
max-width: 100%;
overflow-x: auto;
white-space: nowrap;
}
}

.vp-doc code {
border-radius: 3px;
}
Expand Down
1 change: 1 addition & 0 deletions docs/start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ sources:

### 学院与发展

- [程序设计语言导览](/start/programming-languages)
- [学院信息](/start/info)
- [学院组织](/start/org)
- [国(境)外交流项目](/start/international-exchange)
Expand Down
Loading
Loading