@adb 在 Cherry Studio 助手栏样式已更新,适配了最新的 v1.7.2 版本 中发帖
Cherry Studio 升级到 v1.7.2 版本后原有样式不生效了,现在更新下最新的样式以适配 v1.7.2 的版本。
更新后的 CSS 如下,有需要的佬友们可以使用试试。
/* CSS变量定义 - 为每个分组分配颜色 */
.assistants-tab > div > div:nth-child(2) { --group-color: 59, 130, 246; }
.assistants-tab > div > div:nth-child(3) { --group-color: 34, 197, 94; }
.assistants-tab > div > div:nth-child(4) { --group-color: 168, 85, 247; }
.assistants-tab > div > div:nth-child(5) { --group-color: 24...