feat: Add proxy configuration to all 369 evaluation examples - 55 with proxy, 314 without

This commit is contained in:
Timothyxxx
2025-06-05 18:46:53 +08:00
parent 3b1540ed23
commit fb7bafb885
371 changed files with 2901 additions and 2028 deletions

View File

@@ -5,13 +5,21 @@
"source": "https://itsfoss.com/install-switch-themes-gnome-shell",
"config": [],
"trajectory": "trajectories/f8369178-fafe-40c2-adc4-b9b08a125456",
"related_apps": ["chrome", "os"],
"related_apps": [
"chrome",
"os"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": ["gsettings", "get", "org.gnome.desktop.interface", "gtk-theme"],
"command": [
"gsettings",
"get",
"org.gnome.desktop.interface",
"gtk-theme"
],
"stdout": "gsettings.out"
}
}
@@ -24,8 +32,11 @@
"expected": {
"type": "rule",
"rules": {
"expect": ["Orchis"]
"expect": [
"Orchis"
]
}
}
}
}
},
"proxy": false
}