Skip to content

v2.17.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Justineo Justineo released this 18 Dec 07:27
· 77 commits to main since this release

💡 主要变更

  • [+] 新增 ai 主题变体。

    使用示例

    如果需要在运行时同时使用 AI 样式与基础样式,可以按如下方式修改 VEUI 的配置:

    [
      {
        package: 'veui-theme-dls',
        path: 'dist/themes/ai/components',
        fileName: '{module}.css'
      },
      {
        package: 'veui-theme-dls',
        path: 'dist/themes/d22/components',
        fileName: '{module}.css'
      }
    ]