Chore: show repo size badge in the dist README

This commit is contained in:
SukkaW 2025-06-04 02:47:34 +08:00
parent 174aaa5403
commit 928cc3c515

View File

@ -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')
)