Skip to content

Commit 3e868d6

Browse files
committed
main
1 parent 2ae5a85 commit 3e868d6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--vp-home-hero-name-color: #fa5c15;
33
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #fa5c15, rgb(251, 70, 202));
4-
--vp-font-family-mono: 'JetBrains Mono NL', 'JetBrains Mono', 'Fira Code', 'Noto Sans Mono', 'SF Mono SC', 'SF Mono', 'Cascadia Code', Menlo, Monaco,
4+
--vp-font-family-mono: 'SF Mono SC', 'SF Mono', 'JetBrains Mono NL', 'JetBrains Mono', 'Fira Code', 'Noto Sans Mono', 'Cascadia Code', Menlo, Monaco,
55
Consolas, 'Liberation Mono', 'Courier New', 'Nerd Font Symbols', ui-monospace, monospace;
66
--vp-font-family-base: 'Chinese Quotes', 'Inter var', 'Inter', ui-sans-serif,
77
system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Glossary
2+
3+
- **modem**(调制/解调器): short hand of **modulator-demodulator**

docs/services/DocumentService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const skillDocMap = {
3030
// 'HTML & CSS': { icon: '😬', description: '' },
3131
PowerShell: { icon: '🐚', description: 'A pretty solid shell' },
3232
Lua: { icon: '🌝', description: '' },
33+
Networking: { icon: '🖥️', description: 'A lot protocols' },
3334
} as const satisfies DocumentInfo;
3435

3536
const readingDocMap = {

0 commit comments

Comments
 (0)