@ray-js/smart-ui 2.6.0-beta-8 → 2.6.0-beta-10

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.
Files changed (2) hide show
  1. package/README-zh_CN.md +6 -6
  2. package/package.json +1 -1
package/README-zh_CN.md CHANGED
@@ -44,7 +44,7 @@ export default function Demo() {
44
44
  考虑到项目的按需引入以及整体体积问题,上面的引入方式会导致部分组件样式文件残留影响打包产物体积,所以我们推荐使用按需引入插件,其会自动将 `import { Button } from '@ray-js/smart-ui';` 引入方式解析成 `import { Button } from '@ray-js/smart-ui/es/button';`。
45
45
 
46
46
  1. 环境要求
47
- * >= @ray-js/cli@1.7.4
47
+ * \>= @ray-js/cli@1.7.4
48
48
  * esbuild 构建模式(不支持 webpack 模式)
49
49
  * 使用 ESModule import 语法的导入
50
50
  * **SmartUI 版本 2.4.0 及以上**
@@ -83,12 +83,12 @@ $ yarn
83
83
  ## 相关链接
84
84
 
85
85
  [SmartUI 组件库官网](https://developer.tuya.com/material/smartui?comId=help-getting-started&lang=zh)
86
- [SmartUI GitHub](https://github.com/Tuya-Community/ray-smart-ui)
87
- [MiniApp SmartUI GitHub](https://github.com/Tuya-Community/miniapp-smart-ui)
88
- [小程序社区论坛](https://www.tuyaos.com/viewforum.php?f=10)
86
+ [SmartUI GitHub](https://github.com/Tuya-Community/ray-smart-ui)
87
+ [MiniApp SmartUI GitHub](https://github.com/Tuya-Community/miniapp-smart-ui)
88
+ [小程序社区论坛](https://www.tuyaos.com/viewforum.php?f=10)
89
89
  [Ray 官网](https://developer.tuya.com/cn/miniapp)
90
- [Ray 物料市场](https://developer.tuya.com/material/library_oHEKLjj0/?lang=zh)
91
- [物料和模板对外源码集](https://github.com/Tuya-Community/tuya-ray-materials)
90
+ [Ray 物料市场](https://developer.tuya.com/material/library_oHEKLjj0/?lang=zh)
91
+ [物料和模板对外源码集](https://github.com/Tuya-Community/tuya-ray-materials)
92
92
 
93
93
 
94
94
  ## 更新日志
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.6.0-beta-8",
3
+ "version": "2.6.0-beta-10",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",