mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 23:53:26 +02:00
Full rework of tag and platform system
This commit is contained in:
@@ -5,23 +5,7 @@
|
||||
"name": "Cross",
|
||||
"id": "cross"
|
||||
},
|
||||
{
|
||||
"name": "Mobile",
|
||||
"id": "mobile"
|
||||
},
|
||||
{
|
||||
"name": "CLI+",
|
||||
"id": "cli-plus"
|
||||
},
|
||||
{
|
||||
"name": "CLI",
|
||||
"id": "cli"
|
||||
},
|
||||
{
|
||||
"name": "TUI",
|
||||
"id": "tui"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Windows",
|
||||
"id": "windows"
|
||||
},
|
||||
@@ -33,14 +17,6 @@
|
||||
"name": "Linux",
|
||||
"id": "linux"
|
||||
},
|
||||
{
|
||||
"name": "Android",
|
||||
"id": "android"
|
||||
},
|
||||
{
|
||||
"name": "IOS",
|
||||
"id": "ios"
|
||||
},
|
||||
{
|
||||
"name": "SelfHost",
|
||||
"id": "selfhost"
|
||||
@@ -50,13 +26,25 @@
|
||||
"id": "web-cloud"
|
||||
},
|
||||
{
|
||||
"name": "VSCode",
|
||||
"id": "vscode"
|
||||
"name": "Mobile",
|
||||
"id": "mobile"
|
||||
},
|
||||
{
|
||||
"name": "Android",
|
||||
"id": "android"
|
||||
},
|
||||
{
|
||||
"name": "IOS",
|
||||
"id": "ios"
|
||||
},
|
||||
{
|
||||
"name": "JetBrains",
|
||||
"id": "jetbrains"
|
||||
},
|
||||
{
|
||||
"name": "VSCode",
|
||||
"id": "vscode"
|
||||
},
|
||||
{
|
||||
"name": "Chromium",
|
||||
"id": "chromium"
|
||||
@@ -65,26 +53,6 @@
|
||||
"name": "Firefox",
|
||||
"id": "firefox"
|
||||
},
|
||||
{
|
||||
"name": "Plugin",
|
||||
"id": "plugin"
|
||||
},
|
||||
{
|
||||
"name": "Extension",
|
||||
"id": "extension"
|
||||
},
|
||||
{
|
||||
"name": "pip",
|
||||
"id": "pip"
|
||||
},
|
||||
{
|
||||
"name": "npm",
|
||||
"id": "npm"
|
||||
},
|
||||
{
|
||||
"name": "Docker",
|
||||
"id": "docker"
|
||||
},
|
||||
{
|
||||
"name": "N/A",
|
||||
"id": "n/a"
|
||||
|
||||
Reference in New Issue
Block a user