Skip to content

Commit 0777b5e

Browse files
committed
chore: update logo to SVG format and add Pygments dependency
- Replace logo.png with logo.svg for better scalability - Update logo references in README.md and README_zh.md - Add Pygments dependency for syntax highlighting in docs
1 parent 9bc7050 commit 0777b5e

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<img src="./docs/images/logo.png" alt="Open-Judge Logo" width="500">
3+
<img src="./docs/images/logo.svg" alt="Open-Judge Logo" width="500">
44

55
<br/>
66

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<img src="./docs/images/logo.png" alt="Open-Judge Logo" width="500">
3+
<img src="./docs/images/logo.svg" alt="Open-Judge Logo" width="500">
44

55
<br/>
66

docs/images/logo.png

-112 KB
Binary file not shown.

docs/images/logo.svg

Lines changed: 12 additions & 0 deletions
Loading

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ mkdocstrings-python==1.18.2
99
# Markdown extensions (pymdownx is included in pymdown-extensions)
1010
pymdown-extensions==10.16.1
1111

12+
# Syntax highlighting
13+
Pygments>=2.18.0
14+
1215

0 commit comments

Comments
 (0)