From 928cc3c51526ec254f75ef8e8949e1ec4101bc87 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Wed, 4 Jun 2025 02:47:34 +0800 Subject: [PATCH] Chore: show repo size badge in the dist README --- Build/build-public.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/build-public.ts b/Build/build-public.ts index 5ef7a0b0..d0e09569 100644 --- a/Build/build-public.ts +++ b/Build/build-public.ts @@ -79,7 +79,9 @@ export const buildPublic = task(require.main === module, __filename)(async (span compareAndWriteFile( span, [ - '# The source code is located at [Sukkaw/Surge](https://github.com/Sukkaw/Surge)' + '# The source code is located at [Sukkaw/Surge](https://github.com/Sukkaw/Surge)', + '', + '![GitHub repo size](https://img.shields.io/github/repo-size/sukkalab/ruleset.skk.moe?style=flat-square)' ], path.join(PUBLIC_DIR, 'README.md') )