CSS : Modify the design of download page;
Python: Add instructions for operating systems and for featured clients; SVG : Add new icons and optimize existing icons; TOML : Add a file for operating systems; XHTML : Add a page for operating systems.
This commit is contained in:
parent
6625035969
commit
8675f295e6
24 changed files with 608 additions and 1159 deletions
11
systems.toml
Normal file
11
systems.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
systems = [
|
||||
{ name = "Android", id = "android" },
|
||||
{ name = "Apple", id = "apple" },
|
||||
{ name = "Browser", id = "browser" },
|
||||
{ name = "Haiku", id = "haiku" },
|
||||
{ name = "KaiOS", id = "kaios" },
|
||||
{ name = "Linux", id = "linux" },
|
||||
{ name = "POSIX", id = "posix" },
|
||||
{ name = "UBports", id = "ubports" },
|
||||
{ name = "Windows", id = "windows" },
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue