mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 07:54:14 +02:00
Moved data files into static and dynamic
This commit is contained in:
61
source/data/static/platforms.json
Normal file
61
source/data/static/platforms.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"platforms":
|
||||
[
|
||||
{
|
||||
"name": "Cross",
|
||||
"id": "cross"
|
||||
},
|
||||
{
|
||||
"name": "Windows",
|
||||
"id": "windows"
|
||||
},
|
||||
{
|
||||
"name": "MacOS",
|
||||
"id": "macos"
|
||||
},
|
||||
{
|
||||
"name": "Linux",
|
||||
"id": "linux"
|
||||
},
|
||||
{
|
||||
"name": "SelfHost",
|
||||
"id": "selfhost"
|
||||
},
|
||||
{
|
||||
"name": "Web (Cloud)",
|
||||
"id": "web-cloud"
|
||||
},
|
||||
{
|
||||
"name": "Mobile",
|
||||
"id": "mobile"
|
||||
},
|
||||
{
|
||||
"name": "Android",
|
||||
"id": "android"
|
||||
},
|
||||
{
|
||||
"name": "IOS",
|
||||
"id": "ios"
|
||||
},
|
||||
{
|
||||
"name": "JetBrains",
|
||||
"id": "jetbrains"
|
||||
},
|
||||
{
|
||||
"name": "VSCode",
|
||||
"id": "vscode"
|
||||
},
|
||||
{
|
||||
"name": "Chromium",
|
||||
"id": "chromium"
|
||||
},
|
||||
{
|
||||
"name": "Firefox",
|
||||
"id": "firefox"
|
||||
},
|
||||
{
|
||||
"name": "N/A",
|
||||
"id": "n/a"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user