1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2023-01-06 09:37:44 +08:00
committed by GitHub
2 changed files with 1514 additions and 1510 deletions

View File

@@ -189,6 +189,10 @@ func generate() ([]byte, error) {
} }
} }
sort.Slice(data, func(i, j int) bool {
return data[i].Aliases[0] < data[j].Aliases[0]
})
// add header // add header
str := replacer.Replace(fmt.Sprintf(hdr, gemojiURL, data)) str := replacer.Replace(fmt.Sprintf(hdr, gemojiURL, data))

File diff suppressed because it is too large Load Diff