chore: update project meta (#51)

* chore: update project meta (partial)

* chore: update README

* chore: update pdf preview

* revert: use old hash

* chore: update logo file url
This commit is contained in:
Hantong Chen
2025-06-16 16:29:45 +08:00
committed by GitHub
parent a59ad9a84e
commit b1afadd129
26 changed files with 100 additions and 105 deletions

View File

@ -27,7 +27,7 @@ func String(n int) string {
}
func Token() string {
return "alist-" + uuid.NewString() + String(64)
return "openlist-" + uuid.NewString() + String(64)
}
func RangeInt64(left, right int64) int64 {