fix: update codex logo

This commit is contained in:
2026-06-18 15:22:33 +08:00
parent 8535838fc4
commit bf3bc2174e
@@ -5,22 +5,13 @@
"Icon": "static/img/codex-icon.svg", "Icon": "static/img/codex-icon.svg",
"Name": "Codex Desktop", "Name": "Codex Desktop",
"States": [ "States": [
{ { "Image": "static/img/codex-icon.svg", "TitleAlignment": "center", "FontSize": "11" }
"Image": "static/img/codex-icon.svg",
"TitleAlignment": "center",
"FontSize": "11"
}
],
"Settings": {
"pollInterval": 1000
},
"Controllers": [
"Keypad",
"Information"
], ],
"Settings": { "pollInterval": 1000 },
"Controllers": ["Keypad", "Information"],
"UserTitleEnabled": true, "UserTitleEnabled": true,
"SupportedInMultiActions": true, "SupportedInMultiActions": true,
"Tooltip": "Codex Desktop 工作流状态监控" "Tooltip": "Codex Desktop 工作流状态监控",
"PropertyInspectorPath": "propertyInspector/monitor/index.html" "PropertyInspectorPath": "propertyInspector/monitor/index.html"
}, },
{ {
@@ -28,22 +19,13 @@
"Icon": "static/img/claude-icon.svg", "Icon": "static/img/claude-icon.svg",
"Name": "Claude Desktop", "Name": "Claude Desktop",
"States": [ "States": [
{ { "Image": "static/img/claude-icon.svg", "TitleAlignment": "center", "FontSize": "11" }
"Image": "static/img/claude-icon.svg",
"TitleAlignment": "center",
"FontSize": "11"
}
],
"Settings": {
"pollInterval": 1000
},
"Controllers": [
"Keypad",
"Information"
], ],
"Settings": { "pollInterval": 1000 },
"Controllers": ["Keypad", "Information"],
"UserTitleEnabled": true, "UserTitleEnabled": true,
"SupportedInMultiActions": true, "SupportedInMultiActions": true,
"Tooltip": "Claude Desktop 工作流状态监控" "Tooltip": "Claude Desktop 工作流状态监控",
"PropertyInspectorPath": "propertyInspector/monitor/index.html" "PropertyInspectorPath": "propertyInspector/monitor/index.html"
}, },
{ {
@@ -51,22 +33,13 @@
"Icon": "static/img/opencode-icon.svg", "Icon": "static/img/opencode-icon.svg",
"Name": "opencode", "Name": "opencode",
"States": [ "States": [
{ { "Image": "static/img/opencode-icon.svg", "TitleAlignment": "center", "FontSize": "11" }
"Image": "static/img/opencode-icon.svg",
"TitleAlignment": "center",
"FontSize": "11"
}
],
"Settings": {
"pollInterval": 1000
},
"Controllers": [
"Keypad",
"Information"
], ],
"Settings": { "pollInterval": 1000 },
"Controllers": ["Keypad", "Information"],
"UserTitleEnabled": true, "UserTitleEnabled": true,
"SupportedInMultiActions": true, "SupportedInMultiActions": true,
"Tooltip": "opencode 工作流状态监控" "Tooltip": "opencode 工作流状态监控",
"PropertyInspectorPath": "propertyInspector/monitor/index.html" "PropertyInspectorPath": "propertyInspector/monitor/index.html"
} }
], ],
@@ -78,23 +51,13 @@
"CategoryIcon": "static/img/codex-icon.svg", "CategoryIcon": "static/img/codex-icon.svg",
"CodePathWin": "plugin/index.js", "CodePathWin": "plugin/index.js",
"CodePathMac": "plugin/index.js", "CodePathMac": "plugin/index.js",
"Description": "监控 Codex Desktop / Claude Desktop / opencode AI 工作流状态", "Description": "监控 Codex / Claude / opencode AI 工作流状态",
"Version": "2.0.0", "Version": "2.0.0",
"URL": "http://10.10.10.14:18003/v6ole/streamdock-ai-monitor", "URL": "http://10.10.10.14:18003/v6ole/streamdock-ai-monitor",
"OS": [ "OS": [
{ { "Platform": "windows", "MinimumVersion": "7" },
"Platform": "windows", { "Platform": "mac", "MinimumVersion": "10.11" }
"MinimumVersion": "7"
},
{
"Platform": "mac",
"MinimumVersion": "10.11"
}
], ],
"Software": { "Software": { "MinimumVersion": "3.10.188.226" },
"MinimumVersion": "3.10.188.226" "Nodejs": { "Version": "20" }
}, }
"Nodejs": {
"Version": "20"
}
}