mdk-skills 2.3.20 → 2.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdk-skills",
3
- "version": "2.3.20",
3
+ "version": "2.3.21",
4
4
  "description": "mdk-engineer - 沉稳靠谱的前端开发助手 Claude Skills 配置包,一键注入 .claude/ 技能目录和 CLAUDE.md 人设配置",
5
5
  "author": "XiaoMa",
6
6
  "license": "MIT",
@@ -1668,4 +1668,16 @@ onUnmounted(() => document.removeEventListener("visibilitychange", onFocus));
1668
1668
  [data-theme="dark"] .alias-edit-icon {
1669
1669
  color: #6c7086;
1670
1670
  }
1671
+ [data-theme="dark"] .source-value {
1672
+ color: #cdd6f4;
1673
+ }
1674
+ [data-theme="dark"] .siblings-desc {
1675
+ color: #cdd6f4;
1676
+ }
1677
+ [data-theme="dark"] .batch-desc {
1678
+ color: #cdd6f4;
1679
+ }
1680
+ [data-theme="dark"] .source-manager-title {
1681
+ color: #e4e4ef;
1682
+ }
1671
1683
  </style>
@@ -640,4 +640,7 @@ onMounted(() => {
640
640
  [data-theme="dark"] .fold-arrow {
641
641
  color: #6c7086;
642
642
  }
643
+ [data-theme="dark"] .skill-group-label {
644
+ color: #cdd6f4;
645
+ }
643
646
  </style>