mdk-skills 2.2.18 → 2.2.19

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.2.18",
3
+ "version": "2.2.19",
4
4
  "description": "mdk-engineer - 沉稳靠谱的前端开发助手 Claude Skills 配置包,一键注入 .claude/ 技能目录和 CLAUDE.md 人设配置",
5
5
  "author": "XiaoMa",
6
6
  "license": "MIT",
@@ -105,10 +105,14 @@ onMounted(loadStatus);
105
105
 
106
106
  .fade-enter-active,
107
107
  .fade-leave-active {
108
- transition: opacity 0.2s ease;
108
+ transition: opacity 0.35s ease, transform 0.35s ease;
109
+ }
110
+
111
+ .fade-enter-from {
112
+ opacity: 0;
113
+ transform: translateY(6px);
109
114
  }
110
115
 
111
- .fade-enter-from,
112
116
  .fade-leave-to {
113
117
  opacity: 0;
114
118
  }