yymini-pop-content 1.0.3 → 1.0.4

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.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,8 +16,9 @@ or
16
16
  yarn add yymini-pop-content
17
17
 
18
18
  然后在 开发者工具中 构建 NPM
19
+ ```
19
20
 
20
- ## 引用
21
+ ## 🎨 引用
21
22
  ```json
22
23
  {
23
24
  "usingComponents": {
@@ -25,8 +26,11 @@ yarn add yymini-pop-content
25
26
  }
26
27
  }
27
28
 
28
- ## use
29
+ ```
30
+ ## ▶️ use
29
31
  ```ttml / wxml
30
32
  <pop-content visible="{{true}}" title="这里是 title" name="这里是主题 name" desc="这里是描述 desc" bind:close="onClose" />
33
+ ```
31
34
 
35
+ ## 👀 示例效果
32
36
  ![弹窗示例](https://raw.githubusercontent.com/AllenGe/yy/main/pop-image.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymini-pop-content",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "小程序(抖音、微信)-底部内容弹出框 自定义组件",
5
5
  "main": "pop-content.js",
6
6
  "miniprogram": ".",