mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 20:56:20 +08:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user