mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
更改排序方式
以Android版本排序,即1.0、2.0、4.4、5.0、5.1、6.0、7.1、8.0、9.0、……
This commit is contained in:
parent
74323921c0
commit
1febf39360
|
|
@ -500,7 +500,7 @@ version = $2
|
|||
type = $3
|
||||
platform = $1
|
||||
key_by = $2 $3 $1
|
||||
sort_by = $3 $2 $1
|
||||
sort_by = $2 $3 $1
|
||||
|
||||
[cm-x86]
|
||||
distro = Android-x86
|
||||
|
|
@ -511,7 +511,7 @@ version = $2
|
|||
type = $3 , based on Lineage OS
|
||||
platform = $1
|
||||
key_by = $2 $3 $1
|
||||
sort_by = $3 $2 $1
|
||||
sort_by = $2 $3 $1
|
||||
|
||||
[docker mac]
|
||||
distro = Docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue