mvframe 1.0.96 → 1.1.0

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.
@@ -119,7 +119,7 @@ alwaysApply: true
119
119
 
120
120
  ### 渐变色字体 .colorfulFont
121
121
 
122
- 需配合 `background-clip: text`,支持 `.primary` / `.orange` / `.blue` / `.green` / `.red` / `.purple`(依赖 `--mg-*` 变量时需确保已引入)。
122
+ 需配合 `background-clip: text`;颜色变体与 `var.scss` `$colorNames` 自动同步,当前会为 `primary`、`blue`、`green`、`orange`、`red`、`purple`、`pink`、`yellow` 生成渐变类,不为 `white` / `black` / `body` / `dark` / `gray` 生成。
123
123
 
124
124
  ## 4. 布局(layout.scss)
125
125