Skip to content

Commit 8529ab8

Browse files
committed
chore: update changelog
1 parent 0451c7c commit 8529ab8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 2.17.0-beta.1 (2023-12-12)
2+
3+
### 💡 主要变更
4+
5+
- [+] 新增 `ai` 主题变体。<!-- #veui-theme-dls -->
6+
7+
> #### 使用示例
8+
>
9+
> 如果需要在运行时同时使用 AI 样式与基础样式,可以按如下方式修改 VEUI 的配置:
10+
>
11+
> ```js
12+
> [
13+
> {
14+
> package: 'veui-theme-dls',
15+
> path: 'dist/themes/ai/components',
16+
> fileName: '{module}.css'
17+
> },
18+
> {
19+
> package: 'veui-theme-dls',
20+
> path: 'dist/themes/d22/components',
21+
> fileName: '{module}.css'
22+
> }
23+
> ]
24+
> ```
25+
126
## 2.16.4 (2023-12-03)
227
328
### 💡 主要变更

0 commit comments

Comments
 (0)