From 67b42f9b3ac8db4f6e167a066f55c424ed85de41 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:05:52 +0000 Subject: [PATCH 1/3] Add concise centered README with logo placeholder --- README.md | 7 +++++++ image/Logo.png | Bin 0 -> 68 bytes 2 files changed, 7 insertions(+) create mode 100644 README.md create mode 100644 image/Logo.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..115c161 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +

+ Logo +

+ +

verl-src-reading

+ +

一个非常简短的源码阅读仓库。

diff --git a/image/Logo.png b/image/Logo.png new file mode 100644 index 0000000000000000000000000000000000000000..f0257532c32a9a56c6ff93d969a51fcf725acea8 GIT binary patch literal 68 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx0wlM}@Gt=>Zci7-kcwN$fBwreFf%hTyt{d~ Q1Srhl>FVdQ&MBb@0FI#!*#H0l literal 0 HcmV?d00001 From 3b6da311202300a5ba2712e2f952bc4ad7e756b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:06:40 +0000 Subject: [PATCH 2/3] Add GitHub source link to top-right header --- .vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 40ec7cb..257f7da 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -83,6 +83,7 @@ export default defineConfig({ themeConfig: { logo: '/logo.svg', nav, + socialLinks: [{ icon: 'github', link: 'https://github.com/Palind-Rome/verl-src-reading' }], sidebar, search: { provider: 'local', From 89f4c61de0c1fa5edc5b93a208eb789da0518715 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:10:11 +0000 Subject: [PATCH 3/3] Add centered header badges to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 115c161..2df8403 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@

verl-src-reading

+

+ VitePress + Markdown Docs + GitHub stars +

+

一个非常简短的源码阅读仓库。