star-horse-lowcode 2.8.6 → 2.8.8

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/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # 星马低代码核心组件库(star-horse-lowcode)
2
+
3
+ [English](README_EN.md) | [中文](README.md)
4
+
2
5
  ## 使用说明
3
6
  1. 安装依赖
4
7
  ```shell
@@ -16,8 +19,11 @@ app.use(StarHorseLowCode,{
16
19
  router: router,
17
20
  //不传此参数则使用插件内部的axios header配置参数
18
21
  //axiosInstance:axiosInstance,
22
+ //增加国际化配置
23
+ //lang:'zh_cn'||'en_us' //默认为zh_cn
19
24
  elementPlusOptions: {
20
- locale: zhCn
25
+ locale: zhCn,
26
+ //...其它配置
21
27
  }
22
28
  });
23
29
  app.mount('#app')
@@ -340,6 +346,8 @@ barcode 条形码组件
340
346
  修改表单联动事件多次触发问题
341
347
  优化表单联动事件Bug
342
348
  43. 2025-08-21 修复collapseItem组件的change事件报错问题
349
+ 44. 2025-08-28 增加国际化语言包
350
+
343
351
 
344
352
 
345
353