fix: 修复外观样式选择器未国际化问题 (#9028)

* fix: 修复主题编辑器渲染器未国际化问题

* fix: 修复外观样式选择器未国际化问题

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-12-06 13:07:34 +08:00 committed by GitHub
parent 903172a0dd
commit fd1d367a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "amis-theme-editor-helper",
"version": "2.0.22-beta.9",
"version": "2.0.22-beta.13",
"description": "amis主题编辑器通用方法",
"main": "lib/index.js",
"module": "esm/index.js",

View File

@ -1,3 +1,5 @@
import './locale/index';
import './style/index.scss';
export * from './helper/ColorGenerator';
export * from './helper/ParseThemeData';
export * from './helper/declares';
@ -6,5 +8,3 @@ export * from './helper/styleOperation';
export * from './systemTheme/index';
export * from './helper/styleHelper';
export * from './renderers/index';
import './locale/index';
import './style/index.scss';