@ray-js/smart-ui 1.0.1-beta-1 → 1.0.1-beta-2
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
|
@@ -10,7 +10,7 @@ English | [简体中文](./README-zh_CN.md)
|
|
|
10
10
|
|
|
11
11
|
Scan the QR code below with your smart mini program to experience the component library demo.
|
|
12
12
|
|
|
13
|
-
<img src="
|
|
13
|
+
<img src="https://images.tuyaus.com/content-platform/hestia/1716260412b7f2ae02271.png" width="200" height="200" style="margin-top: 10px;" >
|
|
14
14
|
|
|
15
15
|
## Before Getting Started
|
|
16
16
|
|
|
@@ -45,7 +45,7 @@ export default function Demo() {
|
|
|
45
45
|
$ yarn
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
Open [Tuya MiniApp Tools](https://developer.tuya.com/cn/miniapp/devtools/tools), add the `
|
|
48
|
+
Open [Tuya MiniApp Tools](https://developer.tuya.com/cn/miniapp/devtools/tools), add the `example` directory, and you can preview the demo.
|
|
49
49
|
|
|
50
50
|
## Base Library Version
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-2",
|
|
4
4
|
"author": "MiniApp Team",
|
|
5
5
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "ts-node scripts/dev.ts",
|
|
8
|
-
"build": "rimraf dist && tsc"
|
|
8
|
+
"build": "rimraf dist && tsc",
|
|
9
|
+
"build:tuya": "cd ./example && ray build --target=tuya"
|
|
9
10
|
},
|
|
10
11
|
"main": "dist/index.js",
|
|
11
12
|
"files": [
|
|
File without changes
|
|
File without changes
|