feat(share): add option to automatically render and show README file (#2382)

This commit is contained in:
Aaron Liu
2025-07-04 14:40:32 +08:00
parent aada3aab02
commit fe2ccb4d4e
6 changed files with 10 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ type (
RemainDownloads int
Expire *time.Time
ShareView bool
ShowReadMe bool
}
)